Skip to content

Commit 8cd8e73

Browse files
authored
Merge pull request #374 from kakirastern/add-learning-goals-to-FITS-tables
Add learning goals to FITS-tables tutorial
2 parents d852fa3 + d9f8499 commit 8cd8e73

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

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

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,15 @@
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 a 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",
16-
"table, file input/output, matplotlib, FITS table\n",
18+
"table, file input/output (i/o), matplotlib, FITS table\n",
1719
"\n",
1820
"## Summary\n",
1921
"\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)