# Supplementary Files The directory `files` contains files necessary or helpful for the analysis. (logbook)= ## Logbook_pine_id_campaign.xlsx This is a template for the electronic campaign logbook. It needs to be renamed according to the PINE version (PINE-XX-xx) and the campaign name and copied into the main campaign folder where the raw data is stored. The logbook contains multiple columns that describe your settings of the operation. For the software, however, it is only needed to fill out the columns # operation, operation type, and Aerosol. The operation type can be chosen from a dropdown menu, it has the following options: background, const. Temp., Temp-ramp, Cirrus, and Test. The software will not run, if the logbook doesn't exist. ```{note} PIA only uses the columns aerosol and operation type. ``` (settings)= ## settings_pine-id_campaign.toml This file is needed to set the data path and to include the metadata of the camapign in the analysed data. It needs to be renamed according to the PINE version and the campaign name and copied into the main directory of the software. Inside the file set the `DATA_PATH` to the directory of the raw data. If you want to store the analysed data at another directory as the raw data you can change the `ANALYSIS_PATH`, if you want to store the analysed data in the same directory as the raw data, keep `ANALYSIS_PATH` as 0. Now, add the coordinates and the station name to the metadata, as well as the name of the PI and the institute leading the campaign. (manual-ice-threshold)= ## pine-id_campaign_op_id_operation-id_ice_threshold_manually.txt If you would like to set the ice threshold manually, you can create .txt-files that look like this one. The name of the file is the same as how it would be created by the software, but with a `_manually` suffix. The file contains the columns `run id`, `bin`, and `d_min`. Whereas `bin` corresponds to an internal diameter to bin conversion and `d_min` is the respective ice threshold. This conversion is documented in the `bins_ice_threshold.txt` file. To use the manual ice threshold a bin number and ice threshold diameter must be set for every run in the operation. If you want to use a modified file that has been created by the software, make sure to remove the header including the version number. (bins-ice-threshold)= ## bins_ice_threshold.txt see {ref}`manual-ice-threshold`.