-
Notifications
You must be signed in to change notification settings - Fork 3
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
Tutorial is missing import statements #8
Comments
There is also a typo in this tutorial. There's an extra indentation in:
|
And now I am stuck at:
Looking at the link to that the tutorial gives: https://lscsoft.docs.ligo.org/bilby/api/bilby.gw.detector.html It doesn't look like this function exists? It seems I need maybe something like:
And maybe:
And there's still more after that. It seems this page needs a little bit more to help the user without debugging too much. |
Dear @cmbiwer, thank you for going through the tutorial. Indeed, this tutorial could have used a bit more polishing. This has been addressed in the most recent merge request. The above comments have been addressed in the new version of the tutorial. |
This page is missing the import statements to make the code useful to the user: https://pygwb.docs.ligo.org/pygwb/simulator.html#injecting-a-power-spectrum-in-random-ligo-noise
I am finding myself, stumbling through finding all the missing import statements to do it. It would be much more helpful if these were provided. Especially since
gwpy.frequencyseries
cannot be imported asfrom gwpy import frequencyseries
.The text was updated successfully, but these errors were encountered: