aerosoltools.loaders.Load_FMPS_file

aerosoltools.loaders.Load_FMPS_file(file)

Dispatcher for FMPS file loading. Detects raw format and raises exception, otherwise routes to the FMPS software-export parser in order to load the data correctly.

Parameters

filestr

Path to the FMPS-exported file.

Returns

FMPSAerosol2D

Structured aerosol size distribution object.

Raises

Exception

If the FMPS file is raw and unsupported.

Parameters:

file (str)

Return type:

Aerosol2D