Calibrate a single tract using fgcmcal
Definition at line 176 of file fgcmCalibrateTract.py.
◆ __init__()
def lsst.fgcmcal.fgcmCalibrateTract.FgcmCalibrateTractTask.__init__ |
( |
|
self, |
|
|
|
butler = None , |
|
|
** |
kwargs |
|
) |
| |
Instantiate an `FgcmCalibrateTractTask`.
Parameters
----------
butler : `lsst.daf.persistence.Butler`
Definition at line 185 of file fgcmCalibrateTract.py.
◆ runDataRef()
def lsst.fgcmcal.fgcmCalibrateTract.FgcmCalibrateTractTask.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.
If this is an empty list, all visits with src catalogs in
the repository are used.
Only one individual dataRef from a visit need be specified
and the code will find the other source catalogs from
each visit.
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 211 of file fgcmCalibrateTract.py.
◆ ConfigClass
◆ RunnerClass
The documentation for this class was generated from the following file: