readSchemaFromApdb¶
- lsst.ap.association.readSchemaFromApdb(apdb)¶
Extract the schema from an APDB instance.
- Parameters:
- apdb
lsst.dax.apdb.Apdb AP database connection object.
- apdb
- Returns:
- schemaTable‘dict’ of
lsst.dax.apdb.apdbSchema.ApdbSchema A dict of the schemas in the given table defined in the specified file.
- schemaTable‘dict’ of