lsst.pipe.tasks g1d60b36b41+87fc17aa12
Loading...
Searching...
No Matches
Public Member Functions | Static Public Attributes | List of all members
lsst.pipe.tasks.diff_matched_tract_catalog.MatchedCatalogFluxesConfig Class Reference
Inheritance diagram for lsst.pipe.tasks.diff_matched_tract_catalog.MatchedCatalogFluxesConfig:

Public Member Functions

list[str] columns_in_ref (self)
 
list[str] columns_in_target (self)
 

Static Public Attributes

 column_ref_flux
 
 columns_target_flux
 
 columns_target_flux_err
 

Detailed Description

Definition at line 123 of file diff_matched_tract_catalog.py.

Member Function Documentation

◆ columns_in_ref()

list[str] lsst.pipe.tasks.diff_matched_tract_catalog.MatchedCatalogFluxesConfig.columns_in_ref ( self)

Definition at line 141 of file diff_matched_tract_catalog.py.

◆ columns_in_target()

list[str] lsst.pipe.tasks.diff_matched_tract_catalog.MatchedCatalogFluxesConfig.columns_in_target ( self)

Definition at line 146 of file diff_matched_tract_catalog.py.

Member Data Documentation

◆ column_ref_flux

lsst.pipe.tasks.diff_matched_tract_catalog.MatchedCatalogFluxesConfig.column_ref_flux
static
Initial value:
= pexConfig.Field(
dtype=str,
doc='Reference catalog flux column name',
)

Definition at line 124 of file diff_matched_tract_catalog.py.

◆ 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 128 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 133 of file diff_matched_tract_catalog.py.


The documentation for this class was generated from the following file: