frb.surveys.surveycoord
Parent class for surveying at a given coordinate
- class frb.surveys.surveycoord.SurveyCoord(coord, radius, verbose=False)[source]
Bases:
objectParent class of surveying around an input coordinate
See the children for specific methods
- Args:
coord (SkyCoord) – Coordiante for surveying around
radius (Angle) – Search radius around the coordinate
- write_catalog(out_dir, ftype='ecsv', verbose=None, create_dirs=False, overwrite=True)[source]
Write an input astropy Table to disk
- Args:
tbl – astropy.table.Table
out_dir – str Folder for output
root – str Root name of the output file
ftype – str, optional File type, e.g. ecsv
create_dirs – bool, optional Create the folders to the output dir (if needed)?
overwrite – bool, optional Overwrite the existing file?
verbose – bool, optional
Returns: