lsst.pipe.tasks gc750389ca5+5b520963fe
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

Set[strcolumns_in_ref (self)
 
Set[strcolumns_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()

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

Definition at line 140 of file diff_matched_tract_catalog.py.

◆ columns_in_target()

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

Definition at line 144 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: