IngestGaiaReferenceTask¶
IngestGaiaReferenceTask
acts as a special-cased version of the refcat ingester for Gaia DR2.
Python API summary¶
from lsst.meas.algorithms.ingestIndexReferenceTask import IngestGaiaReferenceTask
-
class
(*args, **kwargs)IngestGaiaReferenceTask
A special-cased version of the refcat ingester for Gaia DR2
...
-
attribute
config
Access configuration fields and retargetable subtasks.
See also
See the IngestGaiaReferenceTask
API reference for complete details.
Retargetable subtasks¶
file_reader¶
- Default
lsst.meas.algorithms.readTextCatalogTask.ReadTextCatalogTask
- Field type
ConfigurableField
Task to use to read the files. Default is to expect text files.
Configuration fields¶
coord_err_unit¶
Unit of RA/Dec error fields (astropy.unit.Unit compatible)
dataset_config¶
- Data type
lsst.meas.algorithms.ingestIndexReferenceTask.DatasetConfig
- Field type
ConfigField
Configuration for reading the ingested data
epoch_format¶
Format of epoch column: any value accepted by astropy.time.Time, e.g. ‘iso’ or ‘unix’
epoch_scale¶
Scale of epoch column: any value accepted by astropy.time.Time, e.g. ‘utc’
id_name¶
Name of column to use as an identifier (optional).
is_photometric_name¶
Name of column stating if satisfactory for photometric calibration (optional).
is_resolved_name¶
Name of column stating if the object is resolved (optional).
is_variable_name¶
Name of column stating if the object is measured to be variable (optional).
mag_column_list¶
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.
mag_err_column_map¶
A map of magnitude column name (key) to magnitude error column (value).
parallax_scale¶
Scale factor by which to multiply parallax values to obtain units of milliarcsec
pm_dec_err_name¶
Name of proper motion Dec error column
pm_scale¶
Scale factor by which to multiply proper motion values to obtain units of milliarcsec/year