-
Notifications
You must be signed in to change notification settings - Fork 357
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Foregroud minifollowup dev #2579
Foregroud minifollowup dev #2579
Conversation
…eturn an empty fig with title '{IFO}: no triggers'
ifo_list = f.attrs['ifos'].split(' ') | ||
for ifo in ifo_list: | ||
idx[ifo] = d['%s/trigger_id' % ifo][n] | ||
|
||
# Store the single detector trigger files keyed by ifo in a dictionary | ||
table = [] | ||
files = {} |
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.
Happy with the changes in this code.
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.
Thanks @tapaimarton I only request changes on the two plotting codes as indicated. I also express a preference for not making plots for non-participating ifos, but will approve this either way.
No new issues being reported by CodeClimate, so no obligations there. |
* fix foreground_minifollowup for multiifo use * add foreground_minifollowup to workflow * add missing sort * If pycbc_plot_singles_timefreq recieves centert time = -1.0 it will return an empty fig with title '{IFO}: no triggers' * update qscan to be able to handle -1.0 trig time * trailing space * fix * next fix * fix qscan error * fix indent in plot_qscan * fix plotscan * fix page_coincinfo for multiifo workflow * fix plot_singles_timefreq * another fix * fix * do not try to plot single template when detector is offline * more fix * exit if time is invalid * fix minifollowup setup * use sys.exit(0) in pycbc_plot_qscan and pycbc_plot_singles_timefreq * don't add line for ifo with time == -1.0 * fix opening statmapfile * fix missing [n]
This PR gets the foreground minifollow to work. See slack for the test run and the page created.