lsst.pipe.tasks
21.0.0-53-ge728e5d5+3cb64fea8e
|
Public Member Functions | |
def | writeMetadata (self, dataRef) |
def | writeConfig (self, butler, clobber=False, doBackup=True) |
def | runDataRef (self, dataRefList) |
def | runQuantum (self, butlerQC, inputRefs, outputRefs) |
Static Public Attributes | |
ConfigClass = ConsolidateVisitSummaryConfig | |
Task to consolidate per-detector visit metadata. This task aggregates the following metadata from all the detectors in a single visit into an exposure catalog: - The visitInfo. - The wcs. - The photoCalib. - The physical_filter and band (if available). - The psf size, shape, and effective area at the center of the detector. - The corners of the bounding box in right ascension/declination. Other quantities such as Psf, ApCorrMap, and TransmissionCurve are not persisted here because of storage concerns, and because of their limited utility as summary statistics. Tests for this task are performed in ci_hsc_gen3.
Definition at line 908 of file postprocess.py.
def lsst.pipe.tasks.postprocess.ConsolidateVisitSummaryTask.runDataRef | ( | self, | |
dataRefList | |||
) |
Definition at line 948 of file postprocess.py.
def lsst.pipe.tasks.postprocess.ConsolidateVisitSummaryTask.runQuantum | ( | self, | |
butlerQC, | |||
inputRefs, | |||
outputRefs | |||
) |
Definition at line 958 of file postprocess.py.
def lsst.pipe.tasks.postprocess.ConsolidateVisitSummaryTask.writeConfig | ( | self, | |
butler, | |||
clobber = False , |
|||
doBackup = True |
|||
) |
No config to persist, so override to remove config persistance.
Definition at line 943 of file postprocess.py.
def lsst.pipe.tasks.postprocess.ConsolidateVisitSummaryTask.writeMetadata | ( | self, | |
dataRef | |||
) |
No metadata to persist, so override to remove metadata persistance.
Definition at line 938 of file postprocess.py.
|
static |
Definition at line 927 of file postprocess.py.