aerosoltools.loaders.Load_Fourtec_file
- aerosoltools.loaders.Load_Fourtec_file(file)
Load data from a Fourtec Bluefish CSV or Excel export file.
This function extracts datetime, temperature, and humidity from logged sensor data and stores it in an AerosolAlt object with metadata.
Parameters
- filestr
Path to the Fourtec file (.csv or .xlsx format).
Returns
- FourtecAerosolAlt
Object containing: - Datetime, Temperature (°C), and RH (%) - Instrument metadata including serial number
- Parameters:
file (str)
- Return type: