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
- table :