Run Single fit cycle for FGCM global calibration
Definition at line 725 of file fgcmFitCycle.py.
◆ __init__()
def lsst.fgcmcal.fgcmFitCycle.FgcmFitCycleTask.__init__ |
( |
|
self, |
|
|
|
butler = None , |
|
|
** |
kwargs |
|
) |
| |
Instantiate an fgcmFitCycle.
Parameters
----------
butler : `lsst.daf.persistence.Butler`
Definition at line 734 of file fgcmFitCycle.py.
◆ runDataRef()
def lsst.fgcmcal.fgcmFitCycle.FgcmFitCycleTask.runDataRef |
( |
|
self, |
|
|
|
butler |
|
) |
| |
Run a single fit cycle for FGCM
Parameters
----------
butler: `lsst.daf.persistence.Butler`
Definition at line 750 of file fgcmFitCycle.py.
◆ writeConfig()
def lsst.fgcmcal.fgcmFitCycle.FgcmFitCycleTask.writeConfig |
( |
|
self, |
|
|
|
butler, |
|
|
|
clobber = False , |
|
|
|
doBackup = True |
|
) |
| |
Write the configuration used for processing the data, or check that an existing
one is equal to the new one if present. This is an override of the regular
version from pipe_base that knows about fgcmcycle.
Parameters
----------
butler : `lsst.daf.persistence.Butler`
Data butler used to write the config. The config is written to dataset type
`CmdLineTask._getConfigName`.
clobber : `bool`, optional
A boolean flag that controls what happens if a config already has been saved:
- `True`: overwrite or rename the existing config, depending on ``doBackup``.
- `False`: raise `TaskError` if this config does not match the existing config.
doBackup : `bool`, optional
Set to `True` to backup the config files if clobbering.
Definition at line 761 of file fgcmFitCycle.py.
◆ ConfigClass
◆ maxIter
lsst.fgcmcal.fgcmFitCycle.FgcmFitCycleTask.maxIter |
◆ outputStandards
lsst.fgcmcal.fgcmFitCycle.FgcmFitCycleTask.outputStandards |
◆ outputZeropoints
lsst.fgcmcal.fgcmFitCycle.FgcmFitCycleTask.outputZeropoints |
◆ resetFitParameters
lsst.fgcmcal.fgcmFitCycle.FgcmFitCycleTask.resetFitParameters |
◆ RunnerClass
The documentation for this class was generated from the following file: