From 8afa2f98d18212e7e562420b9e79a92b710b81b5 Mon Sep 17 00:00:00 2001 From: simon_l Date: Wed, 28 May 2025 11:51:36 +0200 Subject: [PATCH] Update notebooks/acsm_pipeline.ipynb. Step 5.2: added all species for the new uncertainty --- notebooks/demo_acsm_pipeline.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/demo_acsm_pipeline.ipynb b/notebooks/demo_acsm_pipeline.ipynb index 64c5468..ef047e7 100644 --- a/notebooks/demo_acsm_pipeline.ipynb +++ b/notebooks/demo_acsm_pipeline.ipynb @@ -299,7 +299,7 @@ "source": [ "path_to_data_file = '../data/CH0001G.20240201010000.20250527075812.aerosol_mass_spectrometer.chemistry_ACSM.pm1_non_refractory.2mo.1h.CH02L_Aerodyne_ToF-ACSM_017.CH02L_Aerodyne_ToF-ACSM_JFJ.lev2.nas'\n", "#adjust_uncertainty_column_in_nas_file(path_to_data_file, base_column_name='Org')\n", - "variables = ['Org', 'NO3']\n", + "variables = ['Org', 'NO3', 'NH4', 'SO4', 'Chl']\n", "adjust_uncertainty_column_in_nas_file(path_to_data_file, base_column_names=variables)" ] },