lsst.pipe.tasks g0f82ab2f21+710d6ec235
Public Member Functions | Static Public Attributes | List of all members
lsst.pipe.tasks.diff_matched_tract_catalog.DiffMatchedTractCatalogConfig Class Reference
Inheritance diagram for lsst.pipe.tasks.diff_matched_tract_catalog.DiffMatchedTractCatalogConfig:
lsst.pipe.tasks.diff_matched_tract_catalog.DiffMatchedTractCatalogConnections

Public Member Functions

Set[strcolumns_in_ref (self)
 
Set[strcolumns_in_target (self)
 

Static Public Attributes

 column_matched_prefix_ref
 
 column_ref_extended
 
 column_ref_extended_inverted
 
 column_target_extended
 
 columns_flux
 
 columns_ref_copy
 
 columns_target_coord_err
 
 columns_target_copy
 
 columns_target_select_true
 
 columns_target_select_false
 
 coord_format
 

Detailed Description

Definition at line 118 of file diff_matched_tract_catalog.py.

Member Function Documentation

◆ columns_in_ref()

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

Definition at line 144 of file diff_matched_tract_catalog.py.

◆ columns_in_target()

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

Definition at line 159 of file diff_matched_tract_catalog.py.

Member Data Documentation

◆ column_matched_prefix_ref

lsst.pipe.tasks.diff_matched_tract_catalog.DiffMatchedTractCatalogConfig.column_matched_prefix_ref
static
Initial value:
= pexConfig.Field(
dtype=str,
default='refcat_',
doc='The prefix for matched columns copied from the reference catalog',
)

Definition at line 122 of file diff_matched_tract_catalog.py.

◆ column_ref_extended

lsst.pipe.tasks.diff_matched_tract_catalog.DiffMatchedTractCatalogConfig.column_ref_extended
static
Initial value:
= pexConfig.Field(
dtype=str,
default='is_pointsource',
doc='The boolean reference table column specifying if the target is extended',
)

Definition at line 127 of file diff_matched_tract_catalog.py.

◆ column_ref_extended_inverted

lsst.pipe.tasks.diff_matched_tract_catalog.DiffMatchedTractCatalogConfig.column_ref_extended_inverted
static
Initial value:
= pexConfig.Field(
dtype=bool,
default=True,
doc='Whether column_ref_extended specifies if the object is compact, not extended',
)

Definition at line 132 of file diff_matched_tract_catalog.py.

◆ column_target_extended

lsst.pipe.tasks.diff_matched_tract_catalog.DiffMatchedTractCatalogConfig.column_target_extended
static
Initial value:
= pexConfig.Field(
dtype=str,
default='refExtendedness',
doc='The target table column estimating the extendedness of the object (0 <= x <= 1)',
)

Definition at line 137 of file diff_matched_tract_catalog.py.

◆ columns_flux

lsst.pipe.tasks.diff_matched_tract_catalog.DiffMatchedTractCatalogConfig.columns_flux
static
Initial value:
= pexConfig.ConfigDictField(
keytype=str,
itemtype=MatchedCatalogFluxesConfig,
doc="Configs for flux columns for each band",
)

Definition at line 177 of file diff_matched_tract_catalog.py.

◆ columns_ref_copy

lsst.pipe.tasks.diff_matched_tract_catalog.DiffMatchedTractCatalogConfig.columns_ref_copy
static
Initial value:
= pexConfig.ListField(
dtype=str,
default=set(),
doc='Reference table columns to copy to copy into cat_matched',
)

Definition at line 182 of file diff_matched_tract_catalog.py.

◆ columns_target_coord_err

lsst.pipe.tasks.diff_matched_tract_catalog.DiffMatchedTractCatalogConfig.columns_target_coord_err
static
Initial value:
= pexConfig.ListField(
dtype=str,
listCheck=lambda x: (len(x) == 2) and (x[0] != x[1]),
doc='Target table coordinate columns with standard errors (sigma)',
)

Definition at line 187 of file diff_matched_tract_catalog.py.

◆ columns_target_copy

lsst.pipe.tasks.diff_matched_tract_catalog.DiffMatchedTractCatalogConfig.columns_target_copy
static
Initial value:
= pexConfig.ListField(
dtype=str,
default=('patch',),
doc='Target table columns to copy to copy into cat_matched',
)

Definition at line 192 of file diff_matched_tract_catalog.py.

◆ columns_target_select_false

lsst.pipe.tasks.diff_matched_tract_catalog.DiffMatchedTractCatalogConfig.columns_target_select_false
static
Initial value:
= pexConfig.ListField(
dtype=str,
default=('merge_peak_sky',),
doc='Target table columns to require to be False for selecting sources',
)

Definition at line 202 of file diff_matched_tract_catalog.py.

◆ columns_target_select_true

lsst.pipe.tasks.diff_matched_tract_catalog.DiffMatchedTractCatalogConfig.columns_target_select_true
static
Initial value:
= pexConfig.ListField(
dtype=str,
default=('detect_isPrimary',),
doc='Target table columns to require to be True for selecting sources',
)

Definition at line 197 of file diff_matched_tract_catalog.py.

◆ coord_format

lsst.pipe.tasks.diff_matched_tract_catalog.DiffMatchedTractCatalogConfig.coord_format
static
Initial value:
= pexConfig.ConfigField(
dtype=ConvertCatalogCoordinatesConfig,
doc="Configuration for coordinate conversion",
)

Definition at line 207 of file diff_matched_tract_catalog.py.


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