-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LVC conversion script questions #3
Comments
Looking through the script, I noticed a few more things which I wasn't sure about:
|
• I vote for sticking with forward differences, which is just what we did before, for consistency |
Update from May 8 vacuum call:
|
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]
The text was updated successfully, but these errors were encountered: