spectrochempy.to_reduced_units
- to_reduced_units(inplace=False)[source]
- Return an array scaled in place to reduced units. - Reduced units means one unit per dimension. This will not reduce compound units (e.g., ‘J/kg’ will not be reduced to m**2/s**2). - Parameters:
- inplace (bool) – If True the rescaling is done in place. 
- Returns:
- rescaled – A rescaled array.