Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions tutorials/notebooks/FITS-images/FITS-images.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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
}