Skip to content

Commit

Permalink
feat(det_config): Add fixed tones defaults.
Browse files Browse the repository at this point in the history
  • Loading branch information
tristpinsm committed Sep 12, 2024
1 parent d59e42e commit bcbc85c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion sodetlib/det_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,10 @@ def odict_rep(dumper, data):
"gradientDescentConvergeHz": 500,
"gradientDescentStepHz": 5000,
"gradientDescentMomentum": 1,
"gradientDescentBeta": 0.1
"gradientDescentBeta": 0.1,

# Fixed tones
"fixed_tones": {"freq_offsets": [], "channels": [], "tone_power": 0},
}
bg_defaults = {
'overbias_voltage': 19.9,
Expand Down

0 comments on commit bcbc85c

Please sign in to comment.