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: ApdbUpdateRecord

Update record representing withdrawal of DIAForcedSource.

Attributes Summary

apdb_table

Class variable defining APDB table that this update applies to, must be defined in all concrete subclasses.

dec

DIAForcedSource dec, not required to be exact, but needs to be close to the database record.

detector

Detector ID of DIAForcedSource.

diaObjectId

ID of DIAObject for withdrawn DIAForcedSource.

ra

DIAForcedSource ra, not required to be exact, but needs to be close to the database record.

timeWithdrawnMjdTai

Time when this record was marked invalid.

update_order

Record order in the update.

update_time_ns

Time in nanoseconds since epoch when update happened.

update_type

Class variable defining type of the update, must be defined in all concrete subclasses and be unique.

visit

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.