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, default- None)- 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, default- False)- verbose- More verbose output during validate calculations. - Attributes Documentation - 
brightSnr¶
- Minimum PSF signal-to-noise ratio for a star to be considered bright. ( - float, default- 100)
 - 
instrumentName¶
- Instrument name to associate with verification specifications: e.g. HSC, CFHT, DECAM ( - str, default- None)
 - 
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, default- 50)
 - 
skipTEx¶
- Skip TEx calculations (useful for older catalogs that don’t have PsfShape measurements). ( - bool, default- False)
 
-