ExtraTables¶
- class lsst.dax.apdb.ExtraTables(value)¶
- Bases: - Enum- Names of the tables used for tracking insert IDs. - Attributes Summary - Name of the table for DIAForcedSource insert ID records. - Name of the table for insert ID records. - Name of the table for DIAObject insert ID records. - Name of the table for DIASource insert ID records. - Attributes Documentation - DiaForcedSourceInsertId = 'DiaFSourceInsertId'¶
- Name of the table for DIAForcedSource insert ID records. 
 - DiaInsertId = 'DiaInsertId'¶
- Name of the table for insert ID records. 
 - DiaObjectInsertId = 'DiaObjectInsertId'¶
- Name of the table for DIAObject insert ID records. 
 - DiaSourceInsertId = 'DiaSourceInsertId'¶
- Name of the table for DIASource insert ID records.