Skip to content

Commit f7621e3

Browse files
author
eblur
committed
weaved suggested learning goals into recent updates
1 parent e7ab396 commit f7621e3

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

tutorials/notebooks/quantities/quantities.ipynb

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,24 +10,17 @@
1010
"Ana Bonaca, Erik Tollerud, Jonathan Foster, Kris Stern\n",
1111
"\n",
1212
"## Learning Goals\n",
13-
"1. Use `Quantity` objects to estimate a hypothetical galaxy's mass\n",
14-
"2. Use `Quantity` objects such as data cubes to facilitate a full derivation of the total mass of a molecular cloud\n",
15-
"3. Write functions that take `Quantity` objects instead of raw numbers or arrays\n",
16-
"\n",
17-
"## Detailed Breakdown of Learning Goals\n",
18-
"* Learn how to instantiate `astropy.units.Quantity` objects\n",
13+
"* Use `Quantity` objects to estimate a hypothetical galaxy's mass\n",
1914
"* Take advantage of constants in the `astropy.constants` library\n",
2015
"* Print formatted unit strings\n",
2116
"* Plot `Quantity` objects with unit labels, using `astropy.visualization.quantity_support`\n",
2217
"* Do math with `Quantity` objects\n",
2318
"* Convert quantities with `astropy.units`\n",
2419
"* Convert between wavelength and energy with `astropy.units.spectral` equivalencies\n",
2520
"* Use the small angle approximation with `astropy.units.dimensionless_angles` equivalencies\n",
26-
"* 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",
2722
"* Make synthetic radio observations\n",
28-
"1. Use `Quantity` objects to estimate a hypothetical galaxy's mass\n",
29-
"2. Use `Quantity` objects such as data cubes to facilitate a full derivation of the total mass of a molecular cloud\n",
30-
"3. Write functions that take `Quantity` objects instead of raw numbers or arrays\n",
23+
"* Use `Quantity` objects such as data cubes to facilitate a full derivation of the total mass of a molecular cloud\n",
3124
"\n",
3225
"## Keywords\n",
3326
"units, matplotlib, radio astronomy, data cubes\n",

0 commit comments

Comments
 (0)