ExtraTables

class lsst.dax.apdb.ExtraTables(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)

Bases: Enum

Names of the tables used for tracking insert IDs.

Attributes Summary

DiaForcedSourceInsertId

Name of the table for DIAForcedSource insert ID records.

DiaInsertId

Name of the table for insert ID records.

DiaObjectInsertId

Name of the table for DIAObject insert ID records.

DiaSourceInsertId

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.