MatchedVisitMetricsConfig¶
-
class
lsst.validate.drp.matchedVisitMetricsTask.MatchedVisitMetricsConfig¶ Bases:
lsst.pex.config.config.ConfigAttributes Summary
brightSnrMinimum PSF signal-to-noise ratio for a star to be considered bright. datasetNameDataset name to associate metric measuremnts in SQuaSH ( str, defaultNone)instrumentNameInstrument name to associate with verification specifications: e.g. makeJsonWhether to write JSON outputs. makePlotsWhether to write plot outputs. matchRadiusMatch radius (arcseconds). metricsRepositoryRepository to read metrics and specs from. outputPrefixRoot name for output files: the filter name is appended to this+’_’. safeSnrMinimum median PSF signal-to-noise ratio for a match to be considered safe. skipTExSkip TEx calculations (useful for older catalogs that don’t have PsfShape measurements). useJointCalWhether to use jointcal (or meas_mosaic) to calibrate measurements ( bool, defaultFalse)verboseMore 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)
-