fix_src_cat

Post process DR1 source catalog

Attributes

TQDM_OUT

Functions

add_metadata(vo_table, table, filename)

Add metadata to VO Table for CASDA

cli()

main(source_cat_pth, spice_cat_pth, survey_dir[, epoch])

write_votable(→ None)

Module Contents

fix_src_cat.add_metadata(vo_table: arrakis.makecat.vot.tree.Table, table: astropy.table.Table, filename: str)[source]

Add metadata to VO Table for CASDA

Parameters:

vo_table (vot) – VO Table object

Returns:

VO Table object with metadata

Return type:

vot

fix_src_cat.cli()[source]
fix_src_cat.main(source_cat_pth: pathlib.Path, spice_cat_pth: pathlib.Path, survey_dir: pathlib.Path, epoch: int = 0)[source]
fix_src_cat.write_votable(table: astropy.table.Table, outfile: str) None[source]
fix_src_cat.TQDM_OUT[source]