make_empty_catalog

lsst.ap.association.make_empty_catalog(apdbSchema, tableName)

Make an empty catalog for a table with a given name.

Parameters:
apdbSchemadict [str, lsst.dax.apdb.schema_model.Table]

Schema from sdm_schemas containing the table definition to use.

tableNamestr

Name of the table in the schema to use.

Returns:
catalogpandas.DataFrame

An empty catalog.