◆ columns_in_ref()
list[str] lsst.pipe.tasks.diff_matched_tract_catalog.MatchedCatalogFluxesConfig.columns_in_ref |
( |
| self | ) |
|
◆ columns_in_target()
list[str] lsst.pipe.tasks.diff_matched_tract_catalog.MatchedCatalogFluxesConfig.columns_in_target |
( |
| self | ) |
|
◆ column_ref_flux
lsst.pipe.tasks.diff_matched_tract_catalog.MatchedCatalogFluxesConfig.column_ref_flux |
|
static |
◆ columns_target_flux
lsst.pipe.tasks.diff_matched_tract_catalog.MatchedCatalogFluxesConfig.columns_target_flux |
|
static |
Initial value:= pexConfig.ListField(
dtype=str,
listCheck=is_sequence_set,
doc="List of target catalog flux column names",
)
Definition at line 130 of file diff_matched_tract_catalog.py.
◆ columns_target_flux_err
lsst.pipe.tasks.diff_matched_tract_catalog.MatchedCatalogFluxesConfig.columns_target_flux_err |
|
static |
Initial value:= pexConfig.ListField(
dtype=str,
listCheck=is_sequence_set,
doc="List of target catalog flux error column names",
)
Definition at line 135 of file diff_matched_tract_catalog.py.
The documentation for this class was generated from the following file: