Configuration for IsolatedStarAssociationTask.
Definition at line 67 of file isolatedStarAssociation.py.
◆ setDefaults()
lsst.pipe.tasks.isolatedStarAssociation.IsolatedStarAssociationConfig.setDefaults |
( |
| self | ) |
|
◆ band_column
lsst.pipe.tasks.isolatedStarAssociation.IsolatedStarAssociationConfig.band_column |
|
static |
Initial value:= pexConfig.Field(
doc='Name of column with band name',
dtype=str,
default='band',
)
Definition at line 116 of file isolatedStarAssociation.py.
◆ band_order
lsst.pipe.tasks.isolatedStarAssociation.IsolatedStarAssociationConfig.band_order |
|
static |
Initial value:= pexConfig.ListField(
doc=(('Ordered list of bands to use for matching/storage. '
'Any bands not listed will not be matched.')),
dtype=str,
default=['i', 'z', 'r', 'g', 'y', 'u'],
)
Definition at line 90 of file isolatedStarAssociation.py.
◆ dec_column
lsst.pipe.tasks.isolatedStarAssociation.IsolatedStarAssociationConfig.dec_column |
|
static |
Initial value:= pexConfig.Field(
doc='Name of column with declination.',
dtype=str,
default='dec',
)
Definition at line 106 of file isolatedStarAssociation.py.
◆ extra_columns
lsst.pipe.tasks.isolatedStarAssociation.IsolatedStarAssociationConfig.extra_columns |
|
static |
Initial value:= pexConfig.ListField(
doc='Extra names of columns to read and persist (beyond instFlux and error).',
dtype=str,
default=['x',
'y',
'apFlux_17_0_instFlux',
'apFlux_17_0_instFluxErr',
'apFlux_17_0_flag',
'localBackground_instFlux',
'localBackground_flag']
)
Definition at line 121 of file isolatedStarAssociation.py.
◆ id_column
lsst.pipe.tasks.isolatedStarAssociation.IsolatedStarAssociationConfig.id_column |
|
static |
Initial value:= pexConfig.Field(
doc='Name of column with source id.',
dtype=str,
default='sourceId',
)
Definition at line 96 of file isolatedStarAssociation.py.
◆ inst_flux_field
lsst.pipe.tasks.isolatedStarAssociation.IsolatedStarAssociationConfig.inst_flux_field |
|
static |
Initial value:= pexConfig.Field(
doc=('Full name of instFlux field to use for s/n selection and persistence. '
'The associated flag will be implicity included in bad_flags. '
'Note that this is expected to end in ``instFlux``.'),
dtype=str,
default='apFlux_12_0_instFlux',
)
Definition at line 71 of file isolatedStarAssociation.py.
◆ isolation_radius
lsst.pipe.tasks.isolatedStarAssociation.IsolatedStarAssociationConfig.isolation_radius |
|
static |
Initial value:= pexConfig.Field(
doc=('Isolation radius (arcseconds). Any stars with average centroids '
'within this radius of another star will be rejected from the final '
'catalog. This radius should be at least 2x match_radius.'),
dtype=float,
default=2.0,
)
Definition at line 83 of file isolatedStarAssociation.py.
◆ match_radius
lsst.pipe.tasks.isolatedStarAssociation.IsolatedStarAssociationConfig.match_radius |
|
static |
Initial value:= pexConfig.Field(
doc='Match radius (arcseconds)',
dtype=float,
default=1.0,
)
Definition at line 78 of file isolatedStarAssociation.py.
◆ physical_filter_column
lsst.pipe.tasks.isolatedStarAssociation.IsolatedStarAssociationConfig.physical_filter_column |
|
static |
Initial value:= pexConfig.Field(
doc='Name of column with physical filter name',
dtype=str,
default='physical_filter',
)
Definition at line 111 of file isolatedStarAssociation.py.
◆ ra_column
lsst.pipe.tasks.isolatedStarAssociation.IsolatedStarAssociationConfig.ra_column |
|
static |
Initial value:= pexConfig.Field(
doc='Name of column with right ascension.',
dtype=str,
default='ra',
)
Definition at line 101 of file isolatedStarAssociation.py.
◆ source_selector
lsst.pipe.tasks.isolatedStarAssociation.IsolatedStarAssociationConfig.source_selector |
|
static |
Initial value:= sourceSelectorRegistry.makeField(
doc='How to select sources. Under normal usage this should not be changed.',
default='science'
)
Definition at line 132 of file isolatedStarAssociation.py.
The documentation for this class was generated from the following file: