make_empty_catalog¶
- lsst.ap.association.make_empty_catalog(apdbSchema, tableName)¶
Make an empty catalog for a table with a given name.
- Parameters:
- apdbSchema
dict
[str
,lsst.dax.apdb.schema_model.Table
] Schema from
sdm_schemas
containing the table definition to use.- tableName
str
Name of the table in the schema to use.
- apdbSchema
- Returns:
- catalog
pandas.DataFrame
An empty catalog.
- catalog