ApdbTables¶
- class lsst.dax.apdb.ApdbTables(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)¶
Bases:
Enum
Names of the tables in APDB schema.
Attributes Summary
Name of the table for DIAForcedSource records.
Name of the table for DIAObject records.
Name of the table for the last version of DIAObject records.
Name of the table for DiaObject_To_Object_Match records.
Name of the table for DIASource records.
Name of the table for SSObject records.
Name of the metadata table, this table may not always exist.
Attributes Documentation
- DiaForcedSource = 'DiaForcedSource'¶
Name of the table for DIAForcedSource records.
- DiaObject = 'DiaObject'¶
Name of the table for DIAObject records.
- DiaObjectLast = 'DiaObjectLast'¶
Name of the table for the last version of DIAObject records.
This table may be optional for some implementations.
- DiaObject_To_Object_Match = 'DiaObject_To_Object_Match'¶
Name of the table for DiaObject_To_Object_Match records.
- DiaSource = 'DiaSource'¶
Name of the table for DIASource records.
- SSObject = 'SSObject'¶
Name of the table for SSObject records.
- metadata = 'metadata'¶
Name of the metadata table, this table may not always exist.