lsst.fgcmcal
20.0.0-4-ge48a6ca+14
|
Public Member Functions | |
def | __init__ (self, butler=None, **kwargs) |
def | runDataRef (self, butler, dataRefs) |
Base class to calibrate a single tract using fgcmcal
Definition at line 171 of file fgcmCalibrateTractBase.py.
def lsst.fgcmcal.fgcmCalibrateTractBase.FgcmCalibrateTractBaseTask.__init__ | ( | self, | |
butler = None , |
|||
** | kwargs | ||
) |
Instantiate an `FgcmCalibrateTractTask`. Parameters ---------- butler : `lsst.daf.persistence.Butler`
Definition at line 175 of file fgcmCalibrateTractBase.py.
def lsst.fgcmcal.fgcmCalibrateTractBase.FgcmCalibrateTractBaseTask.runDataRef | ( | self, | |
butler, | |||
dataRefs | |||
) |
Run full FGCM calibration on a single tract, including building star list, fitting multiple cycles, and making outputs. Parameters ---------- butler: `lsst.daf.persistence.Butler` dataRefs: `list` of `lsst.daf.persistence.ButlerDataRef` Data references for the input visits. These may be either per-ccd "src" or per-visit"sourceTable_visit" references. Raises ------ RuntimeError: Raised if `config.fgcmBuildStars.doReferenceMatches` is not True, or if fgcmLookUpTable is not available, or if doSubtractLocalBackground is True and aperture radius cannot be determined.
Definition at line 191 of file fgcmCalibrateTractBase.py.