Skip to content

Commit c21bdc1

Browse files
committed
Add learning goals to FITS-tables tutorial
1 parent e4387ab commit c21bdc1

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

tutorials/notebooks/FITS-tables/FITS-tables.ipynb

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,12 @@
77
"# Viewing and manipulating data from FITS tables\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 the FITS file and view table contents\n",
14+
"2. Learn how to make a 2-D histogram with some table data\n",
15+
"3. Learn how to close the FITS file after use\n",
1416
"\n",
1517
"## Keywords\n",
1618
"table, file input/output, matplotlib, FITS table\n",
@@ -351,7 +353,7 @@
351353
"published": true
352354
},
353355
"kernelspec": {
354-
"display_name": "Python [default]",
356+
"display_name": "Python 3",
355357
"language": "python",
356358
"name": "python3"
357359
},
@@ -365,9 +367,9 @@
365367
"name": "python",
366368
"nbconvert_exporter": "python",
367369
"pygments_lexer": "ipython3",
368-
"version": "3.6.4"
370+
"version": "3.7.3"
369371
}
370372
},
371373
"nbformat": 4,
372-
"nbformat_minor": 1
374+
"nbformat_minor": 2
373375
}

0 commit comments

Comments
 (0)