Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Biasstep rebias #362

Merged
merged 31 commits into from
Sep 3, 2023
Merged
Show file tree
Hide file tree
Changes from 24 commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
bc1a609
first version biasstep rebiading
Jan 12, 2023
a3a1176
first version biasstep rebiading
Jan 12, 2023
f87db7a
Remove unrelated local changes
Jan 17, 2023
3e3eefc
fix R_n, R_n_IV yet again
Jan 17, 2023
d27467b
update biasstep_rebias script
yuhanwyhan May 3, 2023
14bbfd6
update biasstep_rebias
yuhanwyhan May 3, 2023
42c66fd
update biasstep_rebias
yuhanwyhan May 4, 2023
dde5a01
Update bias_dets.py
yuhanwyhan May 4, 2023
2dd275d
Update bias_dets.py
yuhanwyhan May 4, 2023
043eea5
Update bias_dets.py
yuhanwyhan Jun 19, 2023
4122222
Update bias_dets.py
yuhanwyhan Jun 19, 2023
858bcec
Update bias_dets.py
yuhanwyhan Jun 19, 2023
e480145
Update bias_dets.py
yuhanwyhan Jun 20, 2023
db0b073
Update bias_dets.py
yuhanwyhan Jun 20, 2023
d06ad93
Update bias_dets.py
yuhanwyhan Jun 20, 2023
77df01c
Update bias_dets.py
yuhanwyhan Jun 20, 2023
ce45d67
Update bias_dets.py
yuhanwyhan Jun 20, 2023
56ee133
Update bias_dets.py
yuhanwyhan Jun 20, 2023
aefe183
Update bias_dets.py
yuhanwyhan Jun 20, 2023
05fea5d
Update bias_dets.py
yuhanwyhan Jun 20, 2023
87fbf18
Update bias_dets.py
yuhanwyhan Jun 20, 2023
e651ce4
Update bias_dets.py
yuhanwyhan Jun 20, 2023
92e29a8
Update bias_dets.py
yuhanwyhan Jun 20, 2023
ef1f259
Update det_config.py for adding in 'testbed_100mK_bias_voltage' that …
yuhanwyhan Jun 20, 2023
2d3b2fb
Update det_config.py
yuhanwyhan Jun 20, 2023
076db68
Update det_config.py
yuhanwyhan Jun 20, 2023
6dd0517
Update det_config.py
yuhanwyhan Jun 20, 2023
01fd395
Update bias_dets.py
yuhanwyhan Jun 20, 2023
1327af0
Makes biasstep_rebias an action, and simple docs page
jlashner Sep 2, 2023
b2b6101
Change g3_tag for bias_step functions
jlashner Sep 2, 2023
7e25878
fix remaining hardcoded g3_tag
jlashner Sep 3, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion sodetlib/det_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@ def odict_rep(dumper, data):
}
bg_defaults = {
'overbias_voltage': 19.9,
'cool_voltage': 10.0
'cool_voltage': 10.0,
'testbed_100mK_bias_voltage': 10.0
}


Expand Down
Loading