Definition at line 88 of file convertReferenceCatalog.py.
◆ setDefaults()
def lsst.meas.algorithms.convertReferenceCatalog.ConvertReferenceCatalogConfig.setDefaults |
( |
|
self | ) |
|
◆ validate()
def lsst.meas.algorithms.convertReferenceCatalog.ConvertReferenceCatalogConfig.validate |
( |
|
self | ) |
|
◆ coord_err_unit
lsst.meas.algorithms.convertReferenceCatalog.ConvertReferenceCatalogConfig.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 124 of file convertReferenceCatalog.py.
◆ dataset_config
lsst.meas.algorithms.convertReferenceCatalog.ConvertReferenceCatalogConfig.dataset_config |
|
static |
Initial value:= pexConfig.ConfigField(
dtype=DatasetConfig,
doc="Configuration for reading the ingested data",
)
Definition at line 89 of file convertReferenceCatalog.py.
◆ dec_err_name
lsst.meas.algorithms.convertReferenceCatalog.ConvertReferenceCatalogConfig.dec_err_name |
|
static |
Initial value:= pexConfig.Field(
dtype=str,
doc="Name of Dec error column",
optional=True,
)
Definition at line 119 of file convertReferenceCatalog.py.
◆ dec_name
lsst.meas.algorithms.convertReferenceCatalog.ConvertReferenceCatalogConfig.dec_name |
|
static |
Initial value:= pexConfig.Field(
dtype=str,
doc="Name of Dec column (values in decimal degrees)",
)
Definition at line 110 of file convertReferenceCatalog.py.
◆ epoch_format
lsst.meas.algorithms.convertReferenceCatalog.ConvertReferenceCatalogConfig.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 205 of file convertReferenceCatalog.py.
◆ epoch_name
lsst.meas.algorithms.convertReferenceCatalog.ConvertReferenceCatalogConfig.epoch_name |
|
static |
Initial value:= pexConfig.Field(
dtype=str,
doc="Name of epoch column",
optional=True,
)
Definition at line 200 of file convertReferenceCatalog.py.
◆ epoch_scale
lsst.meas.algorithms.convertReferenceCatalog.ConvertReferenceCatalogConfig.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 210 of file convertReferenceCatalog.py.
◆ extra_col_names
lsst.meas.algorithms.convertReferenceCatalog.ConvertReferenceCatalogConfig.extra_col_names |
|
static |
Initial value:= pexConfig.ListField(
dtype=str,
default=[],
doc='Extra columns to add to the reference catalog.'
)
Definition at line 215 of file convertReferenceCatalog.py.
◆ file_reader
lsst.meas.algorithms.convertReferenceCatalog.ConvertReferenceCatalogConfig.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 102 of file convertReferenceCatalog.py.
◆ id_name
lsst.meas.algorithms.convertReferenceCatalog.ConvertReferenceCatalogConfig.id_name |
|
static |
Initial value:= pexConfig.Field(
dtype=str,
optional=True,
doc='Name of column to use as an identifier (optional).'
)
Definition at line 155 of file convertReferenceCatalog.py.
◆ is_photometric_name
lsst.meas.algorithms.convertReferenceCatalog.ConvertReferenceCatalogConfig.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 140 of file convertReferenceCatalog.py.
◆ is_resolved_name
lsst.meas.algorithms.convertReferenceCatalog.ConvertReferenceCatalogConfig.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 145 of file convertReferenceCatalog.py.
◆ is_variable_name
lsst.meas.algorithms.convertReferenceCatalog.ConvertReferenceCatalogConfig.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 150 of file convertReferenceCatalog.py.
◆ mag_column_list
lsst.meas.algorithms.convertReferenceCatalog.ConvertReferenceCatalogConfig.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 129 of file convertReferenceCatalog.py.
◆ mag_err_column_map
lsst.meas.algorithms.convertReferenceCatalog.ConvertReferenceCatalogConfig.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 134 of file convertReferenceCatalog.py.
◆ manager
lsst.meas.algorithms.convertReferenceCatalog.ConvertReferenceCatalogConfig.manager |
|
static |
Initial value:= pexConfig.ConfigurableField(
target=convertRefcatManager.ConvertRefcatManager,
doc="Multiprocessing manager to perform the actual conversion of values, file-by-file."
)
Definition at line 98 of file convertReferenceCatalog.py.
◆ n_processes
lsst.meas.algorithms.convertReferenceCatalog.ConvertReferenceCatalogConfig.n_processes |
|
static |
Initial value:= pexConfig.Field(
dtype=int,
doc=("Number of python processes to use when ingesting."),
default=1
)
Definition at line 93 of file convertReferenceCatalog.py.
◆ parallax_err_name
lsst.meas.algorithms.convertReferenceCatalog.ConvertReferenceCatalogConfig.parallax_err_name |
|
static |
Initial value:= pexConfig.Field(
dtype=str,
doc="Name of parallax error column",
optional=True,
)
Definition at line 190 of file convertReferenceCatalog.py.
◆ parallax_name
lsst.meas.algorithms.convertReferenceCatalog.ConvertReferenceCatalogConfig.parallax_name |
|
static |
Initial value:= pexConfig.Field(
dtype=str,
doc="Name of parallax column",
optional=True,
)
Definition at line 185 of file convertReferenceCatalog.py.
◆ parallax_scale
lsst.meas.algorithms.convertReferenceCatalog.ConvertReferenceCatalogConfig.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 195 of file convertReferenceCatalog.py.
◆ pm_dec_err_name
lsst.meas.algorithms.convertReferenceCatalog.ConvertReferenceCatalogConfig.pm_dec_err_name |
|
static |
Initial value:= pexConfig.Field(
dtype=str,
doc="Name of proper motion Dec error column",
optional=True,
)
Definition at line 175 of file convertReferenceCatalog.py.
◆ pm_dec_name
lsst.meas.algorithms.convertReferenceCatalog.ConvertReferenceCatalogConfig.pm_dec_name |
|
static |
Initial value:= pexConfig.Field(
dtype=str,
doc="Name of proper motion Dec column",
optional=True,
)
Definition at line 165 of file convertReferenceCatalog.py.
◆ pm_ra_err_name
lsst.meas.algorithms.convertReferenceCatalog.ConvertReferenceCatalogConfig.pm_ra_err_name |
|
static |
Initial value:= pexConfig.Field(
dtype=str,
doc="Name of proper motion RA error column",
optional=True,
)
Definition at line 170 of file convertReferenceCatalog.py.
◆ pm_ra_name
lsst.meas.algorithms.convertReferenceCatalog.ConvertReferenceCatalogConfig.pm_ra_name |
|
static |
Initial value:= pexConfig.Field(
dtype=str,
doc="Name of proper motion RA column",
optional=True,
)
Definition at line 160 of file convertReferenceCatalog.py.
◆ pm_scale
lsst.meas.algorithms.convertReferenceCatalog.ConvertReferenceCatalogConfig.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 180 of file convertReferenceCatalog.py.
◆ ra_err_name
lsst.meas.algorithms.convertReferenceCatalog.ConvertReferenceCatalogConfig.ra_err_name |
|
static |
Initial value:= pexConfig.Field(
dtype=str,
doc="Name of RA error column",
optional=True,
)
Definition at line 114 of file convertReferenceCatalog.py.
◆ ra_name
lsst.meas.algorithms.convertReferenceCatalog.ConvertReferenceCatalogConfig.ra_name |
|
static |
Initial value:= pexConfig.Field(
dtype=str,
doc="Name of RA column (values in decimal degrees)",
)
Definition at line 106 of file convertReferenceCatalog.py.
The documentation for this class was generated from the following file: