Skip to content

Commit c9418a4

Browse files
kakirasterneblur
authored andcommitted
Add todo list items to Quantities tutorial
1 parent e4387ab commit c9418a4

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

tutorials/notebooks/quantities/quantities.ipynb

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"# Using Astropy Quantities for astrophysical calculations\n",
88
"\n",
99
"## Authors\n",
10-
"Ana Bonaca, Erik Tollerud, Jonathan Foster\n",
10+
"Ana Bonaca, Erik Tollerud, Jonathan Foster, Kris Stern\n",
1111
"\n",
1212
"## Learning Goals\n",
1313
"* Learn how to instantiate `astropy.units.Quantity` objects\n",
@@ -20,6 +20,9 @@
2020
"* Use the small angle approximation with `astropy.units.dimensionless_angles` equivalencies\n",
2121
"* Write functions with explicit units to prevent your Mars orbiter from crashing\n",
2222
"* Make synthetic radio observations\n",
23+
"1. Use `Quantity` objects to estimate a hypothetical galaxy's mass\n",
24+
"2. Use `Quantity` objects such as data cubes to facilitate a full derivation of the total mass of a molecular cloud\n",
25+
"3. Write functions that take `Quantity` objects instead of raw numbers or arrays\n",
2326
"\n",
2427
"## Keywords\n",
2528
"units, matplotlib, radio astronomy, data cubes\n",
@@ -1516,5 +1519,5 @@
15161519
}
15171520
},
15181521
"nbformat": 4,
1519-
"nbformat_minor": 1
1522+
"nbformat_minor": 2
15201523
}

0 commit comments

Comments
 (0)