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
314 stars 351 forks source link

hdf results page task list #55

Closed ahnitz closed 9 years ago

ahnitz commented 9 years ago

The hdf based coinc result pages are severely lacking at the moment. Let's come together and count the ways (and hopefully fix some of them too!). Please comment with what should be added to this list, if you are working on some new plot, or are interested in helping out.

last example version https://sugar-jobs.phy.syr.edu/~ahnitz/projects/paper/testing/w1/w1_test3/html/

spxiwh commented 9 years ago

The meta-information (sections 1 and 2 of the old-style ihope pages) should be available in the new page. I can look at porting this over to the new interface.

ahnitz commented 9 years ago

Ian,

Ok, great. Chris, has an example of some segment information on his daily page, though not a full replacement for section two. There is automatic rendering of segment xml files into this format.

https://ldas-jobs.ligo-wa.caltech.edu/~cbc/daily_cbc_offline/bns_gds/201506/20150614/segments/

cmbiwer commented 9 years ago

134 adds a sitemap.

cmbiwer commented 9 years ago

PR #137 adds the expand/collapse all button so I've checked it off.

spxiwh commented 9 years ago

It is nice that pycbc_page_sensitivity now has a sig-type option. However I think it would be really useful to be able to plot sensitivity vs SNR. Assuming that we actually recover signals, this would give us a sense of what we should acheive in terms of sensitivity.

..... In general, we need some way of looking at the sensitivity plot and comparing against what the sensitivity should be.

ahnitz commented 9 years ago

Ian,

You want to plot against the raw SNR and NOT NewSNR? (which is the current option)

On Mon, Jul 6, 2015 at 5:40 AM, spxiwh notifications@github.com wrote:

It is nice that pycbc_page_sensitivity now has a sig-type option. However I think it would be really useful to be able to plot sensitivity vs SNR. Assuming that we actually recover signals, this would give us a sense of what we should acheive in terms of sensitivity.

..... In general, we need some way of looking at the sensitivity plot and comparing against what the sensitivity should be.

— Reply to this email directly or view it on GitHub https://github.com/ligo-cbc/pycbc/issues/55#issuecomment-118787571.

ahnitz commented 9 years ago

Would another good measure of this be the sensitivity as a function of decisive injected distance?

On Mon, Jul 6, 2015 at 5:44 AM, Alex Nitz alex.nitz@gmail.com wrote:

Ian,

You want to plot against the raw SNR and NOT NewSNR? (which is the current option)

On Mon, Jul 6, 2015 at 5:40 AM, spxiwh notifications@github.com wrote:

It is nice that pycbc_page_sensitivity now has a sig-type option. However I think it would be really useful to be able to plot sensitivity vs SNR. Assuming that we actually recover signals, this would give us a sense of what we should acheive in terms of sensitivity.

..... In general, we need some way of looking at the sensitivity plot and comparing against what the sensitivity should be.

— Reply to this email directly or view it on GitHub https://github.com/ligo-cbc/pycbc/issues/55#issuecomment-118787571.

ahnitz commented 9 years ago

Nvm, I'm not sure what I was thinking there. I don't think my last suggestion makes sense.

On Mon, Jul 6, 2015 at 5:49 AM, Alex Nitz alex.nitz@gmail.com wrote:

Would another good measure of this be the sensitivity as a function of decisive injected distance?

On Mon, Jul 6, 2015 at 5:44 AM, Alex Nitz alex.nitz@gmail.com wrote:

Ian,

You want to plot against the raw SNR and NOT NewSNR? (which is the current option)

On Mon, Jul 6, 2015 at 5:40 AM, spxiwh notifications@github.com wrote:

It is nice that pycbc_page_sensitivity now has a sig-type option. However I think it would be really useful to be able to plot sensitivity vs SNR. Assuming that we actually recover signals, this would give us a sense of what we should acheive in terms of sensitivity.

..... In general, we need some way of looking at the sensitivity plot and comparing against what the sensitivity should be.

— Reply to this email directly or view it on GitHub https://github.com/ligo-cbc/pycbc/issues/55#issuecomment-118787571.

spxiwh commented 9 years ago

Hi Alex,

Yes, I would like the option to plot against raw SNR.

Cheers Ian

On 6 July 2015 at 11:44, Alex Nitz notifications@github.com wrote:

Ian,

You want to plot against the raw SNR and NOT NewSNR? (which is the current option)

On Mon, Jul 6, 2015 at 5:40 AM, spxiwh notifications@github.com wrote:

It is nice that pycbc_page_sensitivity now has a sig-type option. However I think it would be really useful to be able to plot sensitivity vs SNR. Assuming that we actually recover signals, this would give us a sense of what we should acheive in terms of sensitivity.

..... In general, we need some way of looking at the sensitivity plot and comparing against what the sensitivity should be.

— Reply to this email directly or view it on GitHub https://github.com/ligo-cbc/pycbc/issues/55#issuecomment-118787571.

— Reply to this email directly or view it on GitHub https://github.com/ligo-cbc/pycbc/issues/55#issuecomment-118788201.

spxiwh commented 9 years ago

Like this:

https://ldas-jobs.ligo.caltech.edu/~kent/GSTLAL/OffLine/BBH/EngRun7/FullRun/1117400416-1118330880-Fri_3_Jul_2015-VetoDefII/Images/H1L1-GSTLAL_INSPIRAL_PLOT_SENSITIVITY_ALL_LLOID_COMBINED_RANGE_VS_SNR_BINNED_BY_TOTAL_MASS-1117400416-930448.png

On 6 July 2015 at 13:34, Ian Harry iwharry@googlemail.com wrote:

Hi Alex,

Yes, I would like the option to plot against raw SNR.

Cheers Ian

On 6 July 2015 at 11:44, Alex Nitz notifications@github.com wrote:

Ian,

You want to plot against the raw SNR and NOT NewSNR? (which is the current option)

On Mon, Jul 6, 2015 at 5:40 AM, spxiwh notifications@github.com wrote:

It is nice that pycbc_page_sensitivity now has a sig-type option. However I think it would be really useful to be able to plot sensitivity vs SNR. Assuming that we actually recover signals, this would give us a sense of what we should acheive in terms of sensitivity.

..... In general, we need some way of looking at the sensitivity plot and comparing against what the sensitivity should be.

— Reply to this email directly or view it on GitHub https://github.com/ligo-cbc/pycbc/issues/55#issuecomment-118787571.

— Reply to this email directly or view it on GitHub https://github.com/ligo-cbc/pycbc/issues/55#issuecomment-118788201.

cmbiwer commented 9 years ago

Here's another list of things to do:

cmbiwer commented 9 years ago

I just got some more feedback on the pages. Here's some things to consider:

tdent commented 9 years ago

Couple more points I noticed:

tdent commented 9 years ago
duncan-brown commented 9 years ago

Notes from Ian