From 991ea3903c3b058e4a04d6ce2e54fd390ed5321a Mon Sep 17 00:00:00 2001 From: cosimolupo Date: Fri, 22 Mar 2024 12:02:58 +0100 Subject: [PATCH] Minor change in config template files --- cobrawap/pipeline/configs/config_template.yaml | 4 ++-- .../pipeline/stage01_data_entry/configs/config_template.yaml | 4 ++-- .../pipeline/stage02_processing/configs/config_template.yaml | 4 ++-- .../stage03_trigger_detection/configs/config_template.yaml | 4 ++-- .../stage04_wave_detection/configs/config_template.yaml | 4 ++-- .../configs/config_template.yaml | 4 ++-- .../configs/config_template.yaml | 4 ++-- .../pipeline/stageXY_template/configs/config_template.yaml | 4 ++-- 8 files changed, 16 insertions(+), 16 deletions(-) diff --git a/cobrawap/pipeline/configs/config_template.yaml b/cobrawap/pipeline/configs/config_template.yaml index ed91ed9f..655e7bfd 100644 --- a/cobrawap/pipeline/configs/config_template.yaml +++ b/cobrawap/pipeline/configs/config_template.yaml @@ -19,8 +19,8 @@ NEO_FORMAT: 'nix' USE_LINK_AS_STAGE_OUTPUT: True # Plotting parameters -PLOT_TSTART: 0 # float (in s) or 'None' -> T_START of the input signal is used -PLOT_TSTOP: 10 # float (in s) or 'None' -> T_STOP of the input signal is used +PLOT_TSTART: 0 # float (in s) or 'None' -> starting time of the input signal is used +PLOT_TSTOP: 10 # float (in s) or 'None' -> stopping time of the input signal is used PLOT_CHANNELS: 'None' # int or None. default 'None' -> randomly selected # Note that when using the None option, the automatic creation of reports will fail PLOT_FORMAT: 'png' diff --git a/cobrawap/pipeline/stage01_data_entry/configs/config_template.yaml b/cobrawap/pipeline/stage01_data_entry/configs/config_template.yaml index f54187d8..68f16893 100644 --- a/cobrawap/pipeline/stage01_data_entry/configs/config_template.yaml +++ b/cobrawap/pipeline/stage01_data_entry/configs/config_template.yaml @@ -69,7 +69,7 @@ KWARGS: 'None' # Plotting parameters # These parameters are used to create an example plot to get a first view # on the signals and ensure that the data was loaded and annotated correctly -PLOT_TSTART: 0 # float (in s) or 'None' -> T_START of the input signal is used -PLOT_TSTOP: 10 # float (in s) or 'None' -> T_STOP of the input signal is used +PLOT_TSTART: 0 # float (in s) or 'None' -> starting time of the input signal is used +PLOT_TSTOP: 10 # float (in s) or 'None' -> stopping time of the input signal is used PLOT_CHANNELS: 'None' # int, or list of int, or 'None' -> randomly chosen channel PLOT_FORMAT: 'png' # file extension for storing the plot diff --git a/cobrawap/pipeline/stage02_processing/configs/config_template.yaml b/cobrawap/pipeline/stage02_processing/configs/config_template.yaml index c50eeedb..ef5fb270 100644 --- a/cobrawap/pipeline/stage02_processing/configs/config_template.yaml +++ b/cobrawap/pipeline/stage02_processing/configs/config_template.yaml @@ -18,8 +18,8 @@ NEO_FORMAT: 'nix' USE_LINK_AS_STAGE_OUTPUT: True # Plotting parameters -PLOT_TSTART: 0 # float (in s) or 'None' -> T_START of the input signal is used -PLOT_TSTOP: 10 # float (in s) or 'None' -> T_STOP of the input signal is used +PLOT_TSTART: 0 # float (in s) or 'None' -> starting time of the input signal is used +PLOT_TSTOP: 10 # float (in s) or 'None' -> stopping time of the input signal is used PLOT_CHANNELS: 'None' # int or None. default 'None' -> randomly selected PLOT_FORMAT: 'png' diff --git a/cobrawap/pipeline/stage03_trigger_detection/configs/config_template.yaml b/cobrawap/pipeline/stage03_trigger_detection/configs/config_template.yaml index 9ade19a3..6c55e5b3 100644 --- a/cobrawap/pipeline/stage03_trigger_detection/configs/config_template.yaml +++ b/cobrawap/pipeline/stage03_trigger_detection/configs/config_template.yaml @@ -18,8 +18,8 @@ NEO_FORMAT: 'nix' USE_LINK_AS_STAGE_OUTPUT: True # Plotting parameters -PLOT_TSTART: 0 # float (in s) or 'None' -> T_START of the input signal is used -PLOT_TSTOP: 10 # float (in s) or 'None' -> T_STOP of the input signal is used +PLOT_TSTART: 0 # float (in s) or 'None' -> starting time of the input signal is used +PLOT_TSTOP: 10 # float (in s) or 'None' -> stopping time of the input signal is used PLOT_CHANNELS: 'None' # int or None. default 'None' -> randomly selected PLOT_FORMAT: 'png' diff --git a/cobrawap/pipeline/stage04_wave_detection/configs/config_template.yaml b/cobrawap/pipeline/stage04_wave_detection/configs/config_template.yaml index 2545df04..f249bbb5 100644 --- a/cobrawap/pipeline/stage04_wave_detection/configs/config_template.yaml +++ b/cobrawap/pipeline/stage04_wave_detection/configs/config_template.yaml @@ -18,8 +18,8 @@ NEO_FORMAT: 'nix' USE_LINK_AS_STAGE_OUTPUT: True # Plotting parameters -PLOT_TSTART: 0 # float (in s) or 'None' -> T_START of the input signal is used -PLOT_TSTOP: 10 # float (in s) or 'None' -> T_STOP of the input signal is used +PLOT_TSTART: 0 # float (in s) or 'None' -> starting time of the input signal is used +PLOT_TSTOP: 10 # float (in s) or 'None' -> stopping time of the input signal is used PLOT_CHANNELS: 'None' # int or None. default 'None' -> randomly selected PLOT_FORMAT: 'png' diff --git a/cobrawap/pipeline/stage05_channel_wave_characterization/configs/config_template.yaml b/cobrawap/pipeline/stage05_channel_wave_characterization/configs/config_template.yaml index 9c8b26f2..0d73ed6c 100644 --- a/cobrawap/pipeline/stage05_channel_wave_characterization/configs/config_template.yaml +++ b/cobrawap/pipeline/stage05_channel_wave_characterization/configs/config_template.yaml @@ -15,8 +15,8 @@ STAGE_OUTPUT: 'channel-wise_measures.csv' USE_LINK_AS_STAGE_OUTPUT: True # Plotting parameters -PLOT_TSTART: 0 # float (in s) or 'None' -> T_START of the input signal is used -PLOT_TSTOP: 10 # float (in s) or 'None' -> T_STOP of the input signal is used +PLOT_TSTART: 0 # float (in s) or 'None' -> starting time of the input signal is used +PLOT_TSTOP: 10 # float (in s) or 'None' -> stopping time of the input signal is used PLOT_CHANNELS: 'None' # int or None. default 'None' -> randomly selected PLOT_FORMAT: 'png' diff --git a/cobrawap/pipeline/stage05_wave_characterization/configs/config_template.yaml b/cobrawap/pipeline/stage05_wave_characterization/configs/config_template.yaml index c4c77507..ac508eb0 100644 --- a/cobrawap/pipeline/stage05_wave_characterization/configs/config_template.yaml +++ b/cobrawap/pipeline/stage05_wave_characterization/configs/config_template.yaml @@ -15,8 +15,8 @@ STAGE_OUTPUT: 'wave-wise_measures.csv' USE_LINK_AS_STAGE_OUTPUT: True # Plotting parameters -PLOT_TSTART: 0 # float (in s) or 'None' -> T_START of the input signal is used -PLOT_TSTOP: 10 # float (in s) or 'None' -> T_STOP of the input signal is used +PLOT_TSTART: 0 # float (in s) or 'None' -> starting time of the input signal is used +PLOT_TSTOP: 10 # float (in s) or 'None' -> stopping time of the input signal is used PLOT_CHANNELS: 'None' # int or None. default 'None' -> randomly selected PLOT_FORMAT: 'png' diff --git a/cobrawap/pipeline/stageXY_template/configs/config_template.yaml b/cobrawap/pipeline/stageXY_template/configs/config_template.yaml index 90eb4617..0d95e32b 100644 --- a/cobrawap/pipeline/stageXY_template/configs/config_template.yaml +++ b/cobrawap/pipeline/stageXY_template/configs/config_template.yaml @@ -20,7 +20,7 @@ OFFSET: 20 A: 'a' # Plotting parameters -PLOT_TSTART: 0 # float (in s) or 'None' -> T_START of the input signal is used -PLOT_TSTOP: 10 # float (in s) or 'None' -> T_STOP of the input signal is used +PLOT_TSTART: 0 # float (in s) or 'None' -> starting time of the input signal is used +PLOT_TSTOP: 10 # float (in s) or 'None' -> stopping time of the input signal is used PLOT_CHANNELS: 'None' # int or None. default 'None' -> randomly selected PLOT_FORMAT: 'png'