astropy-tutorials
                                
                                
                                
                                    astropy-tutorials copied to clipboard
                            
                            
                            
                        Tutorials for the Astropy Project
Some of the content here should be CC-BY while other parts should be BSD-3. It's not super obvious how to distinguish the code from the rendered materials. For example, I...
Exercise 2 with the Horsehead Nebula "Show the image of the Horsehead Nebula, but in units of surface brightness (magnitudes per square arcsecond). (Hint: the physical size of the image...
As initiated by Tim Rhue on the Astropy slack `general` channel, and recorded in a thread [here](https://astropy.slack.com/archives/C067V74GK/p1597084825363000), Learn Astropy will volunteer to organize our efforts around drafting and thereby completing...
@e-koch has written a spectral-cube + astropy fitting tutorial: https://github.com/radio-astro-tools/tutorials/blob/master/spectral_fitting/fitting_with_spectralcube.ipynb There are a few others coming soon too. Can we host these on learn.astropy.org? (cross-posted from https://github.com/astropy/learn/issues/12, which is the...
Great idea from @nksaunders: At the end of each tutorial, proved the citation information for packages used. Basically, if one used the same packages as part of doing a published...
We need to have a page with other tutorials and educational materials. from @bmorris3, as a pre-req for workshops: > One recommendation that might work for now is to share...
Also don't forget to update Contributing.rst with a link to the Google form
need text (either on front page or on new standalone page) which explains how to use the site. - use "Interactive Tutorial Notebook" to work on notebook in the cloud...
@adrn has a vision for a WCS tutorial which is needed.
When synphot 0.3 is released (no set release date yet), the color excess tutorial can be updated to use new API to `dust-extinction` as per spacetelescope/synphot_refactor#251, like this: ```python from...