We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2937bf1 + f05f5a5 commit d852fa3Copy full SHA for d852fa3
1 file changed
tutorials/notebooks/FITS-images/FITS-images.ipynb
@@ -7,10 +7,13 @@
7
"# Viewing and manipulating FITS images\n",
8
"\n",
9
"## Authors\n",
10
- "Lia Corrales\n",
+ "Lia Corrales, Kris Stern\n",
11
12
"## Learning Goals\n",
13
- "- TODO\n",
+ "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",
17
18
"## Keywords\n",
19
"matplotlib, FITS image, table\n",
@@ -463,9 +466,9 @@
463
466
"name": "python",
464
467
"nbconvert_exporter": "python",
465
468
"pygments_lexer": "ipython3",
- "version": "3.6.5"
469
+ "version": "3.7.3"
470
}
471
},
472
"nbformat": 4,
- "nbformat_minor": 1
473
+ "nbformat_minor": 2
474
0 commit comments