diff --git a/tutorials/notebooks/FITS-images/FITS-images.ipynb b/tutorials/notebooks/FITS-images/FITS-images.ipynb index 26417273c..3ed848077 100755 --- a/tutorials/notebooks/FITS-images/FITS-images.ipynb +++ b/tutorials/notebooks/FITS-images/FITS-images.ipynb @@ -7,10 +7,13 @@ "# Viewing and manipulating FITS images\n", "\n", "## Authors\n", - "Lia Corrales\n", + "Lia Corrales, Kris Stern\n", "\n", "## Learning Goals\n", - "- TODO\n", + "1. Learn how to open FITS files and load the image data\n", + "2. Learn how to visualize the image data\n", + "3. Learn about basic image math: image stacking\n", + "4. Learn how to write image data to a FITS file\n", "\n", "## Keywords\n", "matplotlib, FITS image, table\n", @@ -463,9 +466,9 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.6.5" + "version": "3.7.3" } }, "nbformat": 4, - "nbformat_minor": 1 + "nbformat_minor": 2 }