-
Notifications
You must be signed in to change notification settings - Fork 49
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
Updated all the notebooks and the README file #207
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @Ragadeepika-Pucha , I think it all looks good! Only one small suggested addition to the README :-)
@@ -6,6 +6,8 @@ The Astro Data Lab includes a collection of notebooks showcasing the DESI data. | |||
|
|||
- `01_Intro_to_DESI_EDR.ipynb` shows how to access the redshift catalog from the Astro Data Lab database, how to separate objects based on the DESI targeting information, how to access all the available spectra for a given object using [SPARCL (SPectra Analysis and Retrievable Catalog Lab)](https://astrosparcl.datalab.noirlab.edu), and finally how to plot the "best" spectrum. | |||
|
|||
- `01a_Intro_to_DESI_EDR-Py3.ipynb` is similar to the previous notebook, but installing the DESI software is not required to run this notebook. It uses the Python 3 kernel and shows how to access the DESI EDR redshift catalog from the Astro Data Lab database, how to select sources based on the DESI targeting information, and how to access and plot the required spectra using SPARCL. | |||
|
|||
- `02_DESI_EDR_SDSS_Comparison.ipynb` shows how to use SPARCL data discovery to find available SDSS DR16 and DESI EDR spectra of sources in a specific region of the sky with redshift and spectype constraints, how to retrieve and compare spectra for the same galaxy observed with both SDSS and DESI. | |||
|
|||
## How-to folder: `04_HowTos/` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you want to also add the SPARCL/Plot_SPARCL_Spectra_with_Prospect.ipynb notebook here? It plots some DESI EDR spectra with Prospect
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Ragadeepika-Pucha @stephjuneau Hi, what's the status of this PR? Thanks.
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
@rnikutta @stephjuneau @jacquesalice - I updated the DESI-related notebooks and the associated ReadMe File:
Let me know if anything else needs to be updated/changed.
Thank you!