spectrochempy.ito๏ƒ

ito(other, force=False)[source]๏ƒ

Inplace scaling to different units. (same as to with inplace= True).

Parameters:
  • other (Unit , Quantity or str) โ€“ Destination units.

  • force (bool, optional, default=`False`) โ€“ If True the change of units is forced, even for incompatible units.

See also

to

Rescaling of the current object data to different units.

to_base_units

Rescaling of the current object data to different units.

ito_base_units

Inplace rescaling of the current object data to different units.

to_reduced_units

Rescaling to reduced units.

ito_reduced_units

Rescaling to reduced units.