Skip to content

Commit

Permalink
Minor change in config template files
Browse files Browse the repository at this point in the history
  • Loading branch information
cosimolupo committed Mar 22, 2024
1 parent 19bab7c commit 991ea39
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions cobrawap/pipeline/configs/config_template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 991ea39

Please sign in to comment.