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

Change relock block in satp3 policy so take_noise done while detector… #127

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

samdayweiss
Copy link

Change relock block to take noise while detectors are in transition (don't zero bias), relock automatically takes SC noise so we will have a check on both. Add re-definition of pysmurfs in det setup block so that UFMs that are re-introduced after failure will be successfully biased.

…s in transition, relock automatically takes SC noise. Add re-definition of pysmurfs in det setup block so that UFMs that are re-introduced after failure will be biased.
@@ -178,6 +175,7 @@ def make_blocks(master_file):
"################### Detector Setup######################",
"with disable_trace():",
" run.initialize()",
"pysmurfs = run.CLIENTS['smurf']",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This gets defined already at the top of the schedule in the preamble.

I jumped in to comment because I'm trying to eliminate the need for this direct access to the clients by adding functionality to sorunlib where needed. It'd be great to get a response to #110.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants