Skip to content

Commit 19921fc

Browse files
authored
Merge pull request #181 from OpenCOMPES/default_jitter_cols
define jitter_amps as single amplitude in default config
2 parents 618e2e1 + e5deea9 commit 19921fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sed/config/default.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dataframe:
3434
# list of columns to apply jitter to.
3535
jitter_cols: ["@x_column", "@y_column", "@tof_column"]
3636
# Jitter amplitude or list of jitter amplitudes. Should equal half the digitial step size of each jitter_column
37-
jitter_amps: [0.5, 0.5, 0.5]
37+
jitter_amps: 0.5
3838

3939
energy:
4040
# Number of bins to use for energy calibration traces

0 commit comments

Comments
 (0)