|
lsst.pipe.tasks gd2ab99b837+b47a742f12
|
Public Member Functions | |
| runQuantum (self, butlerQC, inputRefs, outputRefs) | |
| run (self, visit, band, detector, isolated_star_cat_dict, isolated_star_source_dict, src, exposure, fgcm_standard_star_dict=None) | |
| concat_isolated_star_cats (self, band, isolated_star_cat_dict, isolated_star_source_dict, visit=None, detector=None) | |
| add_src_colors (self, srcCat, fgcmCat, band) | |
| compute_psf_and_ap_corr_map (self, visit, detector, exposure, src, isolated_source_table, fgcm_standard_star_cat) | |
Public Attributes | |
| schema_mapper | |
| schema | |
| bool | isPsfDeterminerPiff = False |
| psf_determiner | |
Static Public Attributes | |
| ConfigClass = FinalizeCharacterizationConfigBase | |
Protected Member Functions | |
| _make_output_schema_mapper (self, input_schema) | |
| _make_selection_schema_mapper (self, input_schema) | |
Static Protected Attributes | |
| str | _DefaultName = 'finalize_characterization_base' |
Run final characterization per detector.
Definition at line 1015 of file finalizeCharacterization.py.
|
protectedinherited |
Make the schema mapper from the input schema to the output schema.
Parameters
----------
input_schema : `lsst.afw.table.Schema`
Input schema.
Returns
-------
mapper : `lsst.afw.table.SchemaMapper`
Schema mapper
output_schema : `lsst.afw.table.Schema`
Output schema (with alias map)
Definition at line 352 of file finalizeCharacterization.py.
|
protectedinherited |
Make the schema mapper from the input schema to the selection schema.
Parameters
----------
input_schema : `lsst.afw.table.Schema`
Input schema.
Returns
-------
mapper : `lsst.afw.table.SchemaMapper`
Schema mapper
selection_schema : `lsst.afw.table.Schema`
Selection schema (with alias map)
Definition at line 453 of file finalizeCharacterization.py.
|
inherited |
Definition at line 649 of file finalizeCharacterization.py.
|
inherited |
Compute psf model and aperture correction map for a single exposure.
Parameters
----------
visit : `int`
Visit number (for logging).
detector : `int`
Detector number (for logging).
exposure : `lsst.afw.image.ExposureF`
src : `lsst.afw.table.SourceCatalog`
isolated_source_table : `np.ndarray` or `astropy.table.Table`
fgcm_standard_star_cat : `np.ndarray`
Returns
-------
psf : `lsst.meas.algorithms.ImagePsf`
PSF Model
ap_corr_map : `lsst.afw.image.ApCorrMap`
Aperture correction map.
measured_src : `lsst.afw.table.SourceCatalog`
Updated source catalog with measurements, flags and aperture corrections.
Definition at line 672 of file finalizeCharacterization.py.
|
inherited |
Concatenate isolated star catalogs and make reserve selection.
Parameters
----------
band : `str`
Band name. Used to select reserved stars.
isolated_star_cat_dict : `dict`
Per-tract dict of isolated star catalog handles.
isolated_star_source_dict : `dict`
Per-tract dict of isolated star source catalog handles.
visit : `int`, optional
Visit to down-select sources.
detector : `int`, optional
Detector to down-select sources. Will only be used if visit
is also set.
Returns
-------
isolated_table : `astropy.table.Table` (N,)
Table of isolated stars, with indexes to isolated sources.
Returns None if there are no usable isolated catalogs.
isolated_source_table : `astropy.table.Table` (M,)
Table of isolated sources, with indexes to isolated stars.
Returns None if there are no usable isolated catalogs.
Definition at line 495 of file finalizeCharacterization.py.
| lsst.pipe.tasks.finalizeCharacterization.FinalizeCharacterizationDetectorTask.run | ( | self, | |
| visit, | |||
| band, | |||
| detector, | |||
| isolated_star_cat_dict, | |||
| isolated_star_source_dict, | |||
| src, | |||
| exposure, | |||
| fgcm_standard_star_dict = None ) |
Run the FinalizeCharacterizationDetectorTask.
Parameters
----------
visit : `int`
Visit number. Used in the output catalogs.
band : `str`
Band name. Used to select reserved stars.
detector : `int`
Detector number.
isolated_star_cat_dict : `dict`
Per-tract dict of isolated star catalog handles.
isolated_star_source_dict : `dict`
Per-tract dict of isolated star source catalog handles.
src : `lsst.afw.table.SourceCatalog`
Src catalog.
exposure : `lsst.afw.image.Exposure`
Calexp exposure.
fgcm_standard_star_dict : `dict`
Per tract dict of fgcm isolated stars.
Returns
-------
struct : `lsst.pipe.base.struct`
Struct with outputs for persistence.
Raises
------
NoWorkFound
Raised if the selector returns no good sources.
Definition at line 1065 of file finalizeCharacterization.py.
| lsst.pipe.tasks.finalizeCharacterization.FinalizeCharacterizationDetectorTask.runQuantum | ( | self, | |
| butlerQC, | |||
| inputRefs, | |||
| outputRefs ) |
Definition at line 1020 of file finalizeCharacterization.py.
|
staticprotectedinherited |
Definition at line 329 of file finalizeCharacterization.py.
|
staticinherited |
Definition at line 328 of file finalizeCharacterization.py.
|
inherited |
Definition at line 348 of file finalizeCharacterization.py.
|
inherited |
Definition at line 349 of file finalizeCharacterization.py.
|
inherited |
Definition at line 334 of file finalizeCharacterization.py.
|
inherited |
Definition at line 334 of file finalizeCharacterization.py.