From 9c311342d889799b618045e260e967b4dfc9b9aa Mon Sep 17 00:00:00 2001 From: Florez Ospina Juan Felipe Date: Fri, 24 May 2024 08:55:36 +0200 Subject: [PATCH] Replaced attribute table_header in Lopap configuration file with a shorter version which is consistent accross more files. Some of the headers might change. --- src/text_data_sources.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/text_data_sources.yaml b/src/text_data_sources.yaml index 73ac745..34ae0c9 100644 --- a/src/text_data_sources.yaml +++ b/src/text_data_sources.yaml @@ -36,7 +36,8 @@ ICAD/NO2: link_to_description: 'src/instrument_descriptions/ICAD_NO2.yaml' Lopap: - table_header : 'Date;Time;Ch1;490.1;500.2;510.0;520.0;530.1;540.0;550.7;603.2;700.3;800.0;Ch2;500.5;510.3;520.5;530.7;540.8;550.5;550.8;560.9;570.9;581.2;586.2;591.2;596.1;601.1;606.4;611.3;' + #table_header : 'Date;Time;Ch1;490.1;500.2;510.0;520.0;530.1;540.0;550.7;603.2;700.3;800.0;Ch2;500.5;510.3;520.5;530.7;540.8;550.5;550.8;560.9;570.9;581.2;586.2;591.2;596.1;601.1;606.4;611.3;' + table_header : 'Date;Time;Ch1;' separator : ';' file_encoding : 'latin-1' timestamp: ['0_Date','1_Time']