rstoolbox.io.read_MALS

rstoolbox.io.read_MALS(filename, mmfile=None)

Read data from Multi-Angle Light Scattering data.

It is assumed that the format of this file would be 4 columns alternating time and LV and UV. MW can also be present.

Parameters:
  • filename (str) – Input file.
  • mmfile (str) – Molecular Mass file.
Returns:

DataFrame with MultiIndex.

See also

plot_MALS()