|
def | __init__ (self, initInputs=None, **kwargs) |
|
def | runQuantum (self, butlerQC, inputRefs, outputRefs) |
|
def | run (self, *camera, visit_summary_handle_dict, isolated_star_cat_handle_dict, isolated_star_source_handle_dict, lookup_table_handle=None) |
|
Build star catalog for FGCM global calibration, using the isolated star catalogs.
Definition at line 184 of file fgcmBuildFromIsolatedStars.py.
◆ __init__()
def lsst.fgcmcal.fgcmBuildFromIsolatedStars.FgcmBuildFromIsolatedStarsTask.__init__ |
( |
|
self, |
|
|
|
initInputs = None , |
|
|
** |
kwargs |
|
) |
| |
◆ run()
def lsst.fgcmcal.fgcmBuildFromIsolatedStars.FgcmBuildFromIsolatedStarsTask.run |
( |
|
self, |
|
|
* |
camera, |
|
|
|
visit_summary_handle_dict, |
|
|
|
isolated_star_cat_handle_dict, |
|
|
|
isolated_star_source_handle_dict, |
|
|
|
lookup_table_handle = None |
|
) |
| |
Run the fgcmBuildFromIsolatedStarsTask.
Parameters
----------
camera : `lsst.afw.cameraGeom.Camera`
Camera object.
visit_summary_handle_dict : `dict` [`int`, [`lsst.daf.butler.DeferredDatasetHandle`]]
Visit summary dataset handles, with the visit as key.
isolated_star_cat_handle_dict : `dict` [`int`, `lsst.daf.butler.DeferredDatasetHandle`]
Isolated star catalog dataset handles, with the tract as key.
isolated_star_source_handle_dict : `dict` [`int`, `lsst.daf.butler.DeferredDatasetHandle`]
Isolated star source dataset handles, with the tract as key.
lookup_table_handle : `lsst.daf.butler.DeferredDatasetHandle`, optional
Data reference to fgcm look-up table (used if matching reference stars).
Returns
-------
struct : `lsst.pipe.base.struct`
Catalogs for persistence, with attributes:
``fgcm_visit_catalog``
Catalog of per-visit data (`lsst.afw.table.ExposureCatalog`).
``fgcm_star_observations``
Catalog of individual star observations (`astropy.table.Table`).
``fgcm_star_ids``
Catalog of per-star ids and positions (`astropy.table.Table`).
``fgcm_reference_stars``
Catalog of reference stars matched to fgcm stars (`astropy.table.Table`).
Definition at line 257 of file fgcmBuildFromIsolatedStars.py.
◆ runQuantum()
def lsst.fgcmcal.fgcmBuildFromIsolatedStars.FgcmBuildFromIsolatedStarsTask.runQuantum |
( |
|
self, |
|
|
|
butlerQC, |
|
|
|
inputRefs, |
|
|
|
outputRefs |
|
) |
| |
◆ canMultiprocess
bool lsst.fgcmcal.fgcmBuildFromIsolatedStars.FgcmBuildFromIsolatedStarsTask.canMultiprocess = False |
|
static |
◆ ConfigClass
The documentation for this class was generated from the following file: