Conversation
|
Thank you, this looks so much nicer than the previous PR. We haven't done it before so it's also OK to do that in a separate PR, in case you want to keep a tally of retired/legacy notebooks, etc. |
|
@bsipocz I think this is failing ci because of the firefly, but please let me know if there is also something else. And, yes, I would like to delete the other notebooks in a different PR because I want to turn one of them into a notebook with this format first. |
|
yes, we do use But @jaladh-singhal can comment on it how to proceed. |
jaladh-singhal
left a comment
There was a problem hiding this comment.
@jkrick These updates should make the CI pass and make the Firefly part more clear for the tutorial readers.
|
|
||
| We start by filtering the image results for the W3 band images. | ||
| Then look at the header of one of the resulting W3 band images of our target star. | ||
| Finally, we use the open-source astronomy data visualization software Firefly to display the fits image in a new tab. |
There was a problem hiding this comment.
I suggest hyperlinking the docs here since it may not be trivial for people to understand what is Firefly and how to initialize it from Python.
Maybe something like:
| Finally, we use the open-source astronomy data visualization software Firefly to display the fits image in a new tab. | |
| Finally, we create an interactive FITS display of the W3 image(s) by [using Firefly](https://caltech-ipac.github.io/firefly_client/index.html), an open-source interactive visualization tool for astronomical data. | |
| To understand how to open the Firefly viewer in a new tab from your Python notebook, refer to [this documentation](https://caltech-ipac.github.io/firefly_client/usage/initializing-vanilla.html) on how to initialize FireflyClient.``` |
Co-authored-by: Jaladh Singhal <jaladhsinghal@gmail.com>
closes #240
closes #106
This completely re-works the SIA_allwise notebook to be both functional and follow what I think are best practices for accessing IRSA SIA v2 datasets. It also now conforms to the template format for this repo.
The old notebook was neither functional nor followed current best practices.