ApdbTables¶
- class lsst.dax.apdb.ApdbTables(value)¶
- 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. - 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.