17
17
import lsst .sims .maf .utils as utils
18
18
19
19
20
-
21
20
def makeBundleList (dbFile , runName = None , nside = 64 , benchmark = 'design' ,
22
21
lonCol = 'fieldRA' , latCol = 'fieldDec' , seeingCol = 'FWHMgeom' ):
23
22
"""
@@ -318,8 +317,8 @@ def makeBundleList(dbFile, runName=None, nside=64, benchmark='design',
318
317
runName = runName , metadata = metadata )
319
318
bundleList .append (bundle )
320
319
order += 1
321
- metric = metrics .ParallaxHADegenMetric (metricName = 'Parallax-DCR degeneracy 20' , rmag = 20 ,
322
- seeingCol = seeingCol )
320
+ metric = metrics .ParallaxDcrDegenMetric (metricName = 'Parallax-DCR degeneracy 20' , rmag = 20 ,
321
+ seeingCol = seeingCol )
323
322
plotDict = {}
324
323
caption = 'Correlation between parallax offset magnitude and hour angle an r=20 star.'
325
324
caption += ' (0 is good, near -1 or 1 is bad).'
@@ -330,8 +329,8 @@ def makeBundleList(dbFile, runName=None, nside=64, benchmark='design',
330
329
runName = runName , metadata = metadata )
331
330
bundleList .append (bundle )
332
331
order += 1
333
- metric = metrics .ParallaxHADegenMetric (metricName = 'Parallax-DCR degeneracy 24' , rmag = 24 ,
334
- seeingCol = seeingCol )
332
+ metric = metrics .ParallaxDcrDegenMetric (metricName = 'Parallax-DCR degeneracy 24' , rmag = 24 ,
333
+ seeingCol = seeingCol )
335
334
plotDict = {}
336
335
caption = 'Correlation between parallax offset magnitude and hour angle an r=24 star.'
337
336
caption += ' (0 is good, near -1 or 1 is bad).'
0 commit comments