gwastro / pycbc

Core package to analyze gravitational-wave data, find signals, and study their parameters. This package was used in the first direct detection of gravitational waves (GW150914), and is used in the ongoing analysis of LIGO/Virgo data.
http://pycbc.org
GNU General Public License v3.0
315 stars 352 forks source link

PyCBC needs a mini-followup page #229

Closed duncan-brown closed 9 years ago

duncan-brown commented 9 years ago

This page is to keep track of what is needed and what is implemented for the mini-followup page in PyCBC. So that it reproduces what we had in ihope, it should at least have:

Each event should have

Add any other items that you can think of below:

tjma12 commented 9 years ago

Maybe Alex and Chris can help me with a bit of scope on this so I know what I have to work with.

Chris, you said you had built some infrastructure to help display and build the mini-followup pages, can you give me a pointer to that and/or describe how it works so I know how I should be structuring the executables/plots/etc.? Are you envisioning a top-level pycbc_coinc_mini_followup executable that runs a series of python scripts to generate each plot and drop them into a directory?

What input information will be available when the mini-followups run? Some of these tables will be easy to do if they have all of the HDF results made available to them (single IFO triggers, bank file, coinc trigger file, etc.). I was planning on pulling the loudest events (and their parameters) from the HDF results.

tjma12 commented 9 years ago

@duncan-brown was going to add a list of links that he would like displayed on the mini-followup pages

duncan-brown commented 9 years ago

Done. See amended list above. Feel free to add anything that I missed.

spxiwh commented 9 years ago

How do you add items to the list Duncan has above? Specifically:

spxiwh commented 9 years ago

Maybe (again for injection runs):

titodalcanton commented 9 years ago

For the spectrogram around a trigger (as well as the actual triggers displayed in time/frequency) you can just call pycbc_plot_singles_timefreq. It takes the standard set of strain options as well as the merged single-trigger file.

ahnitz commented 9 years ago

I'll take a first stab at this. If you would like to contribute, send me a message.

tdent commented 9 years ago

Hi, one comment on the so-far existing plots at https://sugar-jobs.phy.syr.edu/~ahnitz/projects/bigdog_rerun/plots/gw9/html/7._result/ :

Also, IMO the most pressing set of MF to implement after the zerolag loudest events are the close by missed injections. Best approximation we have to 'close by' at the moment is 'smallest N values of decisive chirp distance'.

duncan-brown commented 9 years ago

Removed O1 Critical milestone as we have enough in place now. Leaving open to keep track of future development.