Loaders

This module provides data loading functions for various aerosol instruments such as ELPI, OPS, CPC, and others. Each function returns a dataset compatible with Aerosol1D or Aerosol2D.

Functions

Load_Aethalometer_file

Load data from Aethalometer output files.

Load_CPC_file

Load CPC data file and determine the appropriate parsing routine.

Load_data_from_folder

Load and concatenate aerosol data from a folder using a specified loader function.

Load_DiSCmini_file

Load and parse data from a DiSCmini .txt file (after conversion), returning an AerosolAlt object.

Load_ELPI_file

Load data from an ELPI (.txt) file and convert it into an Aerosol2D object.

Load_FMPS_file

Dispatcher for FMPS file loading.

Load_Fourtec_file

Load data from a Fourtec Bluefish CSV or Excel export file.

Load_Grimm_file

Load data from a Grimm spectrometer file, either software-exported or instrument-direct.

Load_NS_file

Load and process NanoScan SMPS data exported in CSV format.

Load_OPCN3_file

Load and format data from a CSV file generated by the OPC-N3 particle sensor.

Load_OPS_file

Load data from an OPS (Optical Particle Sizer) file and route to the appropriate parser.

Load_Partector_file

Load Partector LDSA data from a .txt file.

Load_SMPS_file

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