MatchedVisitMetricsConfig¶
-
class
lsst.validate.drp.matchedVisitMetricsTask.
MatchedVisitMetricsConfig
¶ Bases:
lsst.pex.config.config.Config
Attributes Summary
brightSnr
Minimum PSF signal-to-noise ratio for a star to be considered bright. datasetName
Dataset name to associate metric measuremnts in SQuaSH ( str
, defaultNone
)instrumentName
Instrument name to associate with verification specifications: e.g. makeJson
Whether to write JSON outputs. makePlots
Whether to write plot outputs. matchRadius
Match radius (arcseconds). metricsRepository
Repository to read metrics and specs from. outputPrefix
Root name for output files: the filter name is appended to this+’_’. safeSnr
Minimum median PSF signal-to-noise ratio for a match to be considered safe. skipTEx
Skip TEx calculations (useful for older catalogs that don’t have PsfShape measurements). useJointCal
Whether to use jointcal (or meas_mosaic) to calibrate measurements ( bool
, defaultFalse
)verbose
More verbose output during validate calculations. Attributes Documentation
-
brightSnr
¶ Minimum PSF signal-to-noise ratio for a star to be considered bright. (
float
, default100
)
-
instrumentName
¶ Instrument name to associate with verification specifications: e.g. HSC, CFHT, DECAM (
str
, defaultNone
)
-
outputPrefix
¶ Root name for output files: the filter name is appended to this+’_’. (
str
, default'matchedVisit'
)
-
safeSnr
¶ Minimum median PSF signal-to-noise ratio for a match to be considered safe. (
float
, default50
)
-
skipTEx
¶ Skip TEx calculations (useful for older catalogs that don’t have PsfShape measurements). (
bool
, defaultFalse
)
-