lsst.pipe.tasks g2c8cee2ce7+8fcb1119d8
Loading...
Searching...
No Matches
lsst.pipe.tasks.ssp.schema Namespace Reference

Variables

 SSObjectDtype
 SSSourceDtype
 mpc_orbitsDtype
 current_identificationsDtype
 numbered_identificationsDtype

Variable Documentation

◆ current_identificationsDtype

lsst.pipe.tasks.ssp.schema.current_identificationsDtype
Initial value:
= np.dtype([
('id', '<i4'), # Internal ID (generally not seen/used by the user)
('packed_primary_provisional_designation', '<U16'), # The primary provisional designation in packed form
# (e.g. K08A00B)
('packed_secondary_provisional_designation', '<U16'), # The secondary provisional designation in packed
# form (e.g. K08A00B). May be the same-as (A=A)...
('unpacked_primary_provisional_designation', '<U16'), # The primary provisional designation in unpacked
# form (e.g. 2008 AB)
('unpacked_secondary_provisional_designation', '<U16'), # The secondary provisional designation in
# unpacked form (e.g. 2008 AB). May be the...
('published', '|b1'), # Has this been published yet? i.e. has it been released to the public?
('identifier_ids', '|O'), # This is a set of unique identifier_ids in an array that points to the
# identification_metadata table.
('object_type', '<i4'), # Integer to indicate the object type. To be linked (foreign key) to
# object_type lookup table
('numbered', '|b1'), # Has the object been numbered and hence does it appear in the
# numbered_objects table?
('created_at', '<M8[ns]'), # When this row was created
('updated_at', '<M8[ns]'), # When this row was updated
])

Definition at line 214 of file schema.py.

◆ mpc_orbitsDtype

lsst.pipe.tasks.ssp.schema.mpc_orbitsDtype

Definition at line 150 of file schema.py.

◆ numbered_identificationsDtype

lsst.pipe.tasks.ssp.schema.numbered_identificationsDtype
Initial value:
= np.dtype([
('id', '<i4'), # Internal ID (generally not seen/used by the user)
('packed_primary_provisional_designation', '<U16'), # The primary provisional designation in packed form
# (e.g. K08A00B)
('unpacked_primary_provisional_designation', '<U16'), # The primary provisional designation in unpacked
# form (e.g. 2008 AB)
('permid', '<U16'), # Permanent designation (number)
('iau_designation', '|O'), # IAU-approved designation (not filled at the moment)
('iau_name', '<U32'), # IAU-approved name (not filled at the moment)
('numbered_publication_references', '|O'), # MPEC where this object was numbered
('named_publication_references', '|O'), # MPEC where this object was named
('naming_credit', '|O'), # Credit for suggesting the name
('created_at', '<M8[ns]'), # When this row was created
('updated_at', '<M8[ns]'), # When this row was updated
])

Definition at line 240 of file schema.py.

◆ SSObjectDtype

lsst.pipe.tasks.ssp.schema.SSObjectDtype

Definition at line 9 of file schema.py.

◆ SSSourceDtype

lsst.pipe.tasks.ssp.schema.SSSourceDtype

Definition at line 94 of file schema.py.