◆ setDefaults()
def lsst.meas.algorithms.ingestIndexReferenceTask.IngestIndexedReferenceConfig.setDefaults |
( |
|
self | ) |
|
◆ validate()
def lsst.meas.algorithms.ingestIndexReferenceTask.IngestIndexedReferenceConfig.validate |
( |
|
self | ) |
|
◆ coord_err_unit
lsst.meas.algorithms.ingestIndexReferenceTask.IngestIndexedReferenceConfig.coord_err_unit |
|
static |
Initial value:= pexConfig.Field(
dtype=str,
doc="Unit of RA/Dec error fields (astropy.unit.Unit compatible)",
optional=True
)
Definition at line 147 of file ingestIndexReferenceTask.py.
◆ dataset_config
lsst.meas.algorithms.ingestIndexReferenceTask.IngestIndexedReferenceConfig.dataset_config |
|
static |
Initial value:= pexConfig.ConfigField(
dtype=DatasetConfig,
doc="Configuration for reading the ingested data",
)
Definition at line 116 of file ingestIndexReferenceTask.py.
◆ dec_err_name
lsst.meas.algorithms.ingestIndexReferenceTask.IngestIndexedReferenceConfig.dec_err_name |
|
static |
Initial value:= pexConfig.Field(
dtype=str,
doc="Name of Dec error column",
optional=True,
)
Definition at line 142 of file ingestIndexReferenceTask.py.
◆ dec_name
lsst.meas.algorithms.ingestIndexReferenceTask.IngestIndexedReferenceConfig.dec_name |
|
static |
Initial value:= pexConfig.Field(
dtype=str,
doc="Name of Dec column (values in decimal degrees)",
)
Definition at line 133 of file ingestIndexReferenceTask.py.
◆ epoch_format
lsst.meas.algorithms.ingestIndexReferenceTask.IngestIndexedReferenceConfig.epoch_format |
|
static |
Initial value:= pexConfig.Field(
dtype=str,
doc="Format of epoch column: any value accepted by astropy.time.Time, e.g. 'iso' or 'unix'",
optional=True,
)
Definition at line 228 of file ingestIndexReferenceTask.py.
◆ epoch_name
lsst.meas.algorithms.ingestIndexReferenceTask.IngestIndexedReferenceConfig.epoch_name |
|
static |
◆ epoch_scale
lsst.meas.algorithms.ingestIndexReferenceTask.IngestIndexedReferenceConfig.epoch_scale |
|
static |
Initial value:= pexConfig.Field(
dtype=str,
doc="Scale of epoch column: any value accepted by astropy.time.Time, e.g. 'utc'",
optional=True,
)
Definition at line 233 of file ingestIndexReferenceTask.py.
◆ extra_col_names
lsst.meas.algorithms.ingestIndexReferenceTask.IngestIndexedReferenceConfig.extra_col_names |
|
static |
Initial value:= pexConfig.ListField(
dtype=str,
default=[],
doc='Extra columns to add to the reference catalog.'
)
Definition at line 238 of file ingestIndexReferenceTask.py.
◆ file_reader
lsst.meas.algorithms.ingestIndexReferenceTask.IngestIndexedReferenceConfig.file_reader |
|
static |
Initial value:= pexConfig.ConfigurableField(
target=ReadTextCatalogTask,
doc='Task to use to read the files. Default is to expect text files.'
)
Definition at line 125 of file ingestIndexReferenceTask.py.
◆ id_name
lsst.meas.algorithms.ingestIndexReferenceTask.IngestIndexedReferenceConfig.id_name |
|
static |
Initial value:= pexConfig.Field(
dtype=str,
optional=True,
doc='Name of column to use as an identifier (optional).'
)
Definition at line 178 of file ingestIndexReferenceTask.py.
◆ is_photometric_name
lsst.meas.algorithms.ingestIndexReferenceTask.IngestIndexedReferenceConfig.is_photometric_name |
|
static |
Initial value:= pexConfig.Field(
dtype=str,
optional=True,
doc='Name of column stating if satisfactory for photometric calibration (optional).'
)
Definition at line 163 of file ingestIndexReferenceTask.py.
◆ is_resolved_name
lsst.meas.algorithms.ingestIndexReferenceTask.IngestIndexedReferenceConfig.is_resolved_name |
|
static |
Initial value:= pexConfig.Field(
dtype=str,
optional=True,
doc='Name of column stating if the object is resolved (optional).'
)
Definition at line 168 of file ingestIndexReferenceTask.py.
◆ is_variable_name
lsst.meas.algorithms.ingestIndexReferenceTask.IngestIndexedReferenceConfig.is_variable_name |
|
static |
Initial value:= pexConfig.Field(
dtype=str,
optional=True,
doc='Name of column stating if the object is measured to be variable (optional).'
)
Definition at line 173 of file ingestIndexReferenceTask.py.
◆ mag_column_list
lsst.meas.algorithms.ingestIndexReferenceTask.IngestIndexedReferenceConfig.mag_column_list |
|
static |
Initial value:= pexConfig.ListField(
dtype=str,
doc="The values in the reference catalog are assumed to be in AB magnitudes. "
"List of column names to use for photometric information. At least one entry is required."
)
Definition at line 152 of file ingestIndexReferenceTask.py.
◆ mag_err_column_map
lsst.meas.algorithms.ingestIndexReferenceTask.IngestIndexedReferenceConfig.mag_err_column_map |
|
static |
Initial value:= pexConfig.DictField(
keytype=str,
itemtype=str,
default={},
doc="A map of magnitude column name (key) to magnitude error column (value)."
)
Definition at line 157 of file ingestIndexReferenceTask.py.
◆ n_processes
lsst.meas.algorithms.ingestIndexReferenceTask.IngestIndexedReferenceConfig.n_processes |
|
static |
Initial value:= pexConfig.Field(
dtype=int,
doc=("Number of python processes to use when ingesting."),
default=1
)
Definition at line 120 of file ingestIndexReferenceTask.py.
◆ parallax_err_name
lsst.meas.algorithms.ingestIndexReferenceTask.IngestIndexedReferenceConfig.parallax_err_name |
|
static |
Initial value:= pexConfig.Field(
dtype=str,
doc="Name of parallax error column",
optional=True,
)
Definition at line 213 of file ingestIndexReferenceTask.py.
◆ parallax_name
lsst.meas.algorithms.ingestIndexReferenceTask.IngestIndexedReferenceConfig.parallax_name |
|
static |
Initial value:= pexConfig.Field(
dtype=str,
doc="Name of parallax column",
optional=True,
)
Definition at line 208 of file ingestIndexReferenceTask.py.
◆ parallax_scale
lsst.meas.algorithms.ingestIndexReferenceTask.IngestIndexedReferenceConfig.parallax_scale |
|
static |
Initial value:= pexConfig.Field(
dtype=float,
doc="Scale factor by which to multiply parallax values to obtain units of milliarcsec",
default=1.0,
)
Definition at line 218 of file ingestIndexReferenceTask.py.
◆ pm_dec_err_name
lsst.meas.algorithms.ingestIndexReferenceTask.IngestIndexedReferenceConfig.pm_dec_err_name |
|
static |
Initial value:= pexConfig.Field(
dtype=str,
doc="Name of proper motion Dec error column",
optional=True,
)
Definition at line 198 of file ingestIndexReferenceTask.py.
◆ pm_dec_name
lsst.meas.algorithms.ingestIndexReferenceTask.IngestIndexedReferenceConfig.pm_dec_name |
|
static |
Initial value:= pexConfig.Field(
dtype=str,
doc="Name of proper motion Dec column",
optional=True,
)
Definition at line 188 of file ingestIndexReferenceTask.py.
◆ pm_ra_err_name
lsst.meas.algorithms.ingestIndexReferenceTask.IngestIndexedReferenceConfig.pm_ra_err_name |
|
static |
Initial value:= pexConfig.Field(
dtype=str,
doc="Name of proper motion RA error column",
optional=True,
)
Definition at line 193 of file ingestIndexReferenceTask.py.
◆ pm_ra_name
lsst.meas.algorithms.ingestIndexReferenceTask.IngestIndexedReferenceConfig.pm_ra_name |
|
static |
Initial value:= pexConfig.Field(
dtype=str,
doc="Name of proper motion RA column",
optional=True,
)
Definition at line 183 of file ingestIndexReferenceTask.py.
◆ pm_scale
lsst.meas.algorithms.ingestIndexReferenceTask.IngestIndexedReferenceConfig.pm_scale |
|
static |
Initial value:= pexConfig.Field(
dtype=float,
doc="Scale factor by which to multiply proper motion values to obtain units of milliarcsec/year",
default=1.0,
)
Definition at line 203 of file ingestIndexReferenceTask.py.
◆ ra_err_name
lsst.meas.algorithms.ingestIndexReferenceTask.IngestIndexedReferenceConfig.ra_err_name |
|
static |
Initial value:= pexConfig.Field(
dtype=str,
doc="Name of RA error column",
optional=True,
)
Definition at line 137 of file ingestIndexReferenceTask.py.
◆ ra_name
lsst.meas.algorithms.ingestIndexReferenceTask.IngestIndexedReferenceConfig.ra_name |
|
static |
Initial value:= pexConfig.Field(
dtype=str,
doc="Name of RA column (values in decimal degrees)",
)
Definition at line 129 of file ingestIndexReferenceTask.py.
The documentation for this class was generated from the following file: