ApdbWithdrawDiaForcedSourceRecord#
- class lsst.dax.apdb.ApdbWithdrawDiaForcedSourceRecord(*, update_time_ns: int, update_order: int, diaObjectId: int, visit: int, detector: int, timeWithdrawnMjdTai: float, ra: float, dec: float)#
Bases:
ApdbUpdateRecordUpdate record representing withdrawal of DIAForcedSource.
Attributes Summary
Class variable defining APDB table that this update applies to, must be defined in all concrete subclasses.
DIAForcedSource dec, not required to be exact, but needs to be close to the database record.
Detector ID of DIAForcedSource.
ID of DIAObject for withdrawn DIAForcedSource.
DIAForcedSource ra, not required to be exact, but needs to be close to the database record.
Time when this record was marked invalid.
Record order in the update.
Time in nanoseconds since epoch when update happened.
Class variable defining type of the update, must be defined in all concrete subclasses and be unique.
Visit ID of DIAForcedSource.
Attributes Documentation
- apdb_table: ClassVar[ApdbTables] = 'DiaForcedSource'#
Class variable defining APDB table that this update applies to, must be defined in all concrete subclasses.
- dec: float = <dataclasses._MISSING_TYPE object>#
DIAForcedSource dec, not required to be exact, but needs to be close to the database record.
- detector: int = <dataclasses._MISSING_TYPE object>#
Detector ID of DIAForcedSource.
- diaObjectId: int = <dataclasses._MISSING_TYPE object>#
ID of DIAObject for withdrawn DIAForcedSource.
- ra: float = <dataclasses._MISSING_TYPE object>#
DIAForcedSource ra, not required to be exact, but needs to be close to the database record.
- timeWithdrawnMjdTai: float = <dataclasses._MISSING_TYPE object>#
Time when this record was marked invalid.
- update_order: int = <dataclasses._MISSING_TYPE object>#
Record order in the update.
- update_time_ns: int = <dataclasses._MISSING_TYPE object>#
Time in nanoseconds since epoch when update happened.
- update_type: ClassVar[str] = 'withdraw_diaforcedsource'#
Class variable defining type of the update, must be defined in all concrete subclasses and be unique.
- visit: int = <dataclasses._MISSING_TYPE object>#
Visit ID of DIAForcedSource.