astropy-tutorials
                                
                                
                                
                                    astropy-tutorials copied to clipboard
                            
                            
                            
                        Tutorials for the Astropy Project
Maybe related to #73 and #149 , but building on the recent work of GSoC 2019 Student Developer Tiffany Jansen on the `astroplan` package, as requested by @bmorris3 on Slack....
Show how to use the dust_extinction package to unextinguish (deredden) a spectrum. Use observed ultraviolet spectra from a FITS binary table file -> use astropy.io.fits. Include photometry from Simbad (optical/NIR)...
I started a [tutorial for fitting an SDSS spectrum with a quasar template](https://drive.google.com/file/d/1cOPKSH3ED_0fokcf07yPj2t2mqYwtnrP/view?usp=sharing), and searching for the best fit redshift. However, I'm running into technical problems. It's possible that this...
See https://github.com/astropy/astropy-tutorials/pull/464 https://colab.research.google.com/github/keflavich/AST4723-Public-Materials/blob/master/spectroscopy/Spectroscopic%20Trace%20Tutorial.ipynb https://colab.research.google.com/github/keflavich/AST4723-Public-Materials/blob/master/spectroscopy/Wavelength%20Calibration.ipynb https://colab.research.google.com/github/keflavich/AST4723-Public-Materials/blob/master/spectroscopy/Trace%2C%20Extract%2C%20Wavelength-Calibrate%20a%20spectrum%2C%20then%20do%20stuff.ipynb I've written a 3-part tutorial: (1) Spectroscopic Tracing (2) Wavelength Calibration (3) Put it together and calculate the EQW The data set is included in...
To follow up on a thread from the Learn Astropy session during the Spectroscopy Sprint 2020 as suggested by @eblur. To write a tutorial notebook for guiding the user to...
Lots of notes here: https://docs.google.com/document/d/17m2cRPA8S4Y_kS_CC4P3s08FCaIzNQuUfRruwnsVMvQ/edit#
During the specutils sprint week my notebook demo on https://github.com/teuben/gbtoy/blob/master/nb/ngc5291-demo3.ipynb needs a bit of work and then it can mature to a tutorial: - Collection, not List - example with...
https://github.com/cds-astro/tutorials/tree/master/Notebooks was presented at a AAS webinar. We should cross-list or cohost these notebooks. They show how to use astropy with CDS tools like Aladin-lite
I find the astropy package template repo helps a lot in the sense that it abstracts out most of the infrastructural work when setting up a new astronomy related package....