lsst.meas.algorithms
22.0.1-30-gce6e836d+2b30200b45
|
Public Member Functions | |
def | __init__ (self, *output_dir=None, **kwargs) |
def | run (self, inputFiles) |
def | makeSchema (self, dtype) |
Public Attributes | |
base_dir | |
output_dir | |
ingest_table_file | |
indexer | |
Static Public Attributes | |
bool | canMultiprocess = False |
ConfigClass = ConvertReferenceCatalogConfig | |
Class for producing HTM-indexed reference catalogs from external catalog data. Parameters ---------- output_dir : `str` The path to write the output files to, in a subdirectory defined by ``DatasetConfig.ref_dataset_name``.
Definition at line 40 of file convertReferenceCatalog.py.
def lsst.meas.algorithms.convertReferenceCatalog.ConvertReferenceCatalogTask.__init__ | ( | self, | |
* | output_dir = None , |
||
** | kwargs | ||
) |
Reimplemented from lsst.meas.algorithms.ingestIndexReferenceTask.ConvertReferenceCatalogBase.
Definition at line 52 of file convertReferenceCatalog.py.
|
inherited |
Make the schema to use in constructing the persisted catalogs. Parameters ---------- dtype : `numpy.dtype` Data type describing each entry in ``config.extra_col_names`` for the catalogs being ingested. Returns ------- schemaAndKeyMap : `tuple` of (`lsst.afw.table.Schema`, `dict`) A tuple containing two items: - The schema for the output source catalog. - A map of catalog keys to use in filling the record
Definition at line 400 of file ingestIndexReferenceTask.py.
|
inherited |
Index a set of files comprising a reference catalog. Outputs are persisted in the butler repository. Parameters ---------- inputFiles : `list` A list of file paths to read.
Definition at line 332 of file ingestIndexReferenceTask.py.
lsst.meas.algorithms.convertReferenceCatalog.ConvertReferenceCatalogTask.base_dir |
Definition at line 56 of file convertReferenceCatalog.py.
|
staticinherited |
Definition at line 323 of file ingestIndexReferenceTask.py.
|
staticinherited |
Definition at line 324 of file ingestIndexReferenceTask.py.
|
inherited |
Definition at line 328 of file ingestIndexReferenceTask.py.
lsst.meas.algorithms.convertReferenceCatalog.ConvertReferenceCatalogTask.ingest_table_file |
Definition at line 58 of file convertReferenceCatalog.py.
lsst.meas.algorithms.convertReferenceCatalog.ConvertReferenceCatalogTask.output_dir |
Definition at line 57 of file convertReferenceCatalog.py.