|
10 | 10 | "Ana Bonaca, Erik Tollerud, Jonathan Foster, Kris Stern\n", |
11 | 11 | "\n", |
12 | 12 | "## 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", |
19 | 14 | "* Take advantage of constants in the `astropy.constants` library\n", |
20 | 15 | "* Print formatted unit strings\n", |
21 | 16 | "* Plot `Quantity` objects with unit labels, using `astropy.visualization.quantity_support`\n", |
22 | 17 | "* Do math with `Quantity` objects\n", |
23 | 18 | "* Convert quantities with `astropy.units`\n", |
24 | 19 | "* Convert between wavelength and energy with `astropy.units.spectral` equivalencies\n", |
25 | 20 | "* 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", |
27 | 22 | "* 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", |
31 | 24 | "\n", |
32 | 25 | "## Keywords\n", |
33 | 26 | "units, matplotlib, radio astronomy, data cubes\n", |
|
0 commit comments