Skip to content
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

Merged
merged 23 commits into from
Mar 22, 2019

Conversation

tapaimarton
Copy link
Contributor

This PR gets the foreground minifollow to work. See slack for the test run and the page created.

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 = {}
Copy link
Contributor

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.

Copy link
Contributor

@spxiwh spxiwh left a 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.

@spxiwh
Copy link
Contributor

spxiwh commented Mar 19, 2019

No new issues being reported by CodeClimate, so no obligations there.

@spxiwh spxiwh merged commit ef0bed9 into gwastro:master Mar 22, 2019
OliverEdy pushed a commit to OliverEdy/pycbc that referenced this pull request Apr 3, 2023
* 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]
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants