Skip to content

Commit 9c2b285

Browse files
authored
Merge pull request #372 from kakirastern/add-todo-to-quantities
Add learning goals to Quantities tutorial
2 parents e4387ab + f7621e3 commit 9c2b285

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

tutorials/notebooks/quantities/quantities.ipynb

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,20 @@
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",
13-
"* Learn how to instantiate `astropy.units.Quantity` objects\n",
13+
"* Use `Quantity` objects to estimate a hypothetical galaxy's mass\n",
1414
"* Take advantage of constants in the `astropy.constants` library\n",
1515
"* Print formatted unit strings\n",
1616
"* Plot `Quantity` objects with unit labels, using `astropy.visualization.quantity_support`\n",
1717
"* Do math with `Quantity` objects\n",
1818
"* Convert quantities with `astropy.units`\n",
1919
"* Convert between wavelength and energy with `astropy.units.spectral` equivalencies\n",
2020
"* Use the small angle approximation with `astropy.units.dimensionless_angles` equivalencies\n",
21-
"* Write functions with explicit units to prevent your Mars orbiter from crashing\n",
21+
"* Write functions that take `Quantity` objects instead of numpy arrays\n",
2222
"* Make synthetic radio observations\n",
23+
"* Use `Quantity` objects such as data cubes to facilitate a full derivation of the total mass of a molecular cloud\n",
2324
"\n",
2425
"## Keywords\n",
2526
"units, matplotlib, radio astronomy, data cubes\n",
@@ -1516,5 +1517,5 @@
15161517
}
15171518
},
15181519
"nbformat": 4,
1519-
"nbformat_minor": 1
1520+
"nbformat_minor": 2
15201521
}

0 commit comments

Comments
 (0)