round_columns#
- skysim.utils.round_columns(table, column_names=('ra', 'dec', 'magnitude'), decimals=5)[source]#
Round columns of an Astropy Table.
- Parameters:
- Returns:
astropy.table.Tabletablewithcolumn_namesrounded todecimals.
Round columns of an Astropy Table.
astropy.table.Tabletable with column_names rounded to decimals.