-
Notifications
You must be signed in to change notification settings - Fork 2
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
Update moni #62
base: master
Are you sure you want to change the base?
Update moni #62
Conversation
|
||
path=os.environ.get('FAST_RESPONSE_OUTPUT') | ||
path = "/data/user/jthwaites/FastResponseAnalysis/output/" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you change this to the output variable?
path=os.environ.get('FAST_RESPONSE_OUTPUT')
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good! a few edits for running on realtime, then I can test this
for Key in Entries.keys(): | ||
if Key=="Ligo_Latency": | ||
all_dictionary['LVK_Latency'].append(Entries[Key]) | ||
mock_files = sorted(glob.glob(path+'/PickledMocks/*MS*.pickle'), reverse=True)[:5000] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you change this to 2000 mocks instead of 5000?
can you also add a few more print messages, so we can easily see the progress? maybe when you start to make the plots and when you save the dataframes. |
Reformatted and simplified latency analysis script