table_from_coords¶
- tessilator.maketable.table_from_coords(coord_table, ang_max=10.0, type_coord='icrs')[source]¶
Generate the formatted astropy table from a list of coordinates.
Each entry needs to be in comma separated variable(.csv) format.
- Parameters:
- coord_table
astropy.table.Table a table consisting of right ascension and declination coordinates (in degrees) in comma separated variable (.csv) format.
- ang_max
float, optional, default=10.0 the maximum angular distance in arcseconds from the input coordinates provided in the table.
- type_coord
str, optional, default=’icrs’ The coordinate system of the input positions. These can be ‘icrs’ (default), ‘galactic’ or ‘ecliptic’.
- coord_table
- Returns:
- gaia_table
astropy.table.Table The output table ready for further analysis
- gaia_table