Note

You are not reading the most up to date version of Gammapy documentation.
Access the latest stable version v1.3 or the list of Gammapy releases.

table_standardise_units_copy

gammapy.utils.table.table_standardise_units_copy(table)[source]

Standardise units for all columns in a table in a copy.

Calls standardise_unit.

Parameters:
table : Table

Input table (won’t be modified)

Returns:
table : Table

Copy of the input table with standardised column units