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_schemascontaining the table definition to use.
- tableNamestr
- Name of the table in the schema to use. 
 
- apdbSchema
- Returns:
- catalogpandas.DataFrame
- An empty catalog. 
 
- catalog