aerosoltools.loaders.Load_SMPS_file

aerosoltools.loaders.Load_SMPS_file(file, extra_data=False)

Load SMPS data exported as a text file and structure it into an Aerosol2D object.

Parameters

filestr

Path to the SMPS .txt export file.

extra_databool, optional

If True, stores additional columns in .extra_data. Default is False.

Returns

SMPSAerosol2D

Object containing time-resolved particle size distribution and metadata.

Parameters:
  • file (str)

  • extra_data (bool)

Return type:

Aerosol2D