sxs-collaboration / catalog_tools

Tools and tutorials for working with waveforms from the SXS waveform catalog
MIT License
21 stars 10 forks source link

LVC conversion script questions #3

Open geoffrey4444 opened 5 years ago

geoffrey4444 commented 5 years ago

Edit: questions still remaining • How should the sxs_catalog.json file be maintained, updated? It's currently on the arXiv entry for our paper [Mike will update black-holes.org so this file is available at some known URL?] • Is the catalog paper always the right reference to cite? Cite catalog paper first, followed by Bibtex keys in our metadata [Harald is updating BibTeX keys]

Edit: questions resolved • The current script gives roundoff differences vs Patricia's old script for phases, derived horizon quantities. Are these a problem? [Probably fine, since we're using different numerical method to get these quantities] • Should license be public? [Yes, public waves will be public] • Should spline tolerances use relative Linf, not abs Linf? [yes] • Should spline tolerances be set to 1e-6? [yes] • Should we round eta < 0.2501 to 0.25? [yes] • Should we use a bogus negative number for eccentricity when we can't measure it? [yes, but use -1] • There is one extra time at the beginning of each NRtimes vs what I expect...important to track down why? Important to output one NRtimes entry per mode, when they are all the same? [Just output times for the 22 mode]

SergeiOssokine commented 5 years ago

Looking through the script, I noticed a few more things which I wasn't sure about:

geoffrey4444 commented 5 years ago

• I vote for sticking with forward differences, which is just what we did before, for consistency • I agree it's not optimal, but it's not obvious to me how to properly fold in everything you might want to look at. Is eccentricity more or less important than mass ratios and spins for determining accuracy? • I vote for using the same degree as before, not cubic splines, for consistency.

aaronbzimmerman commented 5 years ago

Update from May 8 vacuum call: