lsst.dax.apdb¶
Contributing¶
lsst.dax.apdb is developed at https://github.com/lsst/dax_apdb.
You can find Jira issues for this module under the dax_apdb component.
Python API reference¶
lsst.dax.apdb Package¶
Functions¶
make_minimal_dia_object_schema() | 
Define and create the minimal schema required for a DIAObject. | 
make_minimal_dia_source_schema() | 
Define and create the minimal schema required for a DIASource. | 
Classes¶
Apdb(config[, afw_schemas]) | 
Interface to L1 database, hides all database access details. | 
ApdbConfig | 
|
ApdbSchema(engine, dia_object_index, …[, …]) | 
Class for management of APDB schema. | 
ColumnDef(name, type, nullable, default, …) | 
|
IndexDef(name, type, columns) | 
|
TableDef(name, description, columns, indices) | 
|
Visit(visitId, visitTime, lastObjectId, …) |