Skip to content

Commit

Permalink
Merge pull request #181 from OpenCOMPES/default_jitter_cols
Browse files Browse the repository at this point in the history
define jitter_amps as single amplitude in default config
  • Loading branch information
rettigl authored Oct 14, 2023
2 parents 618e2e1 + e5deea9 commit 19921fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sed/config/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dataframe:
# list of columns to apply jitter to.
jitter_cols: ["@x_column", "@y_column", "@tof_column"]
# Jitter amplitude or list of jitter amplitudes. Should equal half the digitial step size of each jitter_column
jitter_amps: [0.5, 0.5, 0.5]
jitter_amps: 0.5

energy:
# Number of bins to use for energy calibration traces
Expand Down

0 comments on commit 19921fc

Please sign in to comment.