Warning

You are reading the documentation related to the development version. Go here if you are looking for the documentation of the stable release.

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.