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 Oct 14, 2024
1 parent 79caffb commit 56f3217
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": {"enabled": False, "freq_offsets": [], "channels": [], "tone_power": 0},
}
bg_defaults = {
'overbias_voltage': 19.9,
Expand Down

0 comments on commit 56f3217

Please sign in to comment.