Skip to content

Commit d852fa3

Browse files
authored
Merge pull request #373 from kakirastern/add-learning-goals-to-FITS-images
Add learning goals to FITS-images tutorial
2 parents 2937bf1 + f05f5a5 commit d852fa3

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

tutorials/notebooks/FITS-images/FITS-images.ipynb

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,13 @@
77
"# Viewing and manipulating FITS images\n",
88
"\n",
99
"## Authors\n",
10-
"Lia Corrales\n",
10+
"Lia Corrales, Kris Stern\n",
1111
"\n",
1212
"## Learning Goals\n",
13-
"- TODO\n",
13+
"1. Learn how to open FITS files and load the image data\n",
14+
"2. Learn how to visualize the image data\n",
15+
"3. Learn about basic image math: image stacking\n",
16+
"4. Learn how to write image data to a FITS file\n",
1417
"\n",
1518
"## Keywords\n",
1619
"matplotlib, FITS image, table\n",
@@ -463,9 +466,9 @@
463466
"name": "python",
464467
"nbconvert_exporter": "python",
465468
"pygments_lexer": "ipython3",
466-
"version": "3.6.5"
469+
"version": "3.7.3"
467470
}
468471
},
469472
"nbformat": 4,
470-
"nbformat_minor": 1
473+
"nbformat_minor": 2
471474
}

0 commit comments

Comments
 (0)