diff options
-rw-r--r-- | fg21sim/galactic/freefree.py | 6 | ||||
-rw-r--r-- | fg21sim/utils/draw.py | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/fg21sim/galactic/freefree.py b/fg21sim/galactic/freefree.py index fa6238a..352621b 100644 --- a/fg21sim/galactic/freefree.py +++ b/fg21sim/galactic/freefree.py @@ -24,9 +24,9 @@ class FreeFree: """ Simulate the diffuse Galactic free-free emission. - The [Dickinson2003] method is followed to derive the free-free template. - The H\alpha survey map [Finkbeiner2003] is first corrected for dust - absorption using the infrared 100-\mu{}m dust map [Schlegel1998], + The [Dickinson2003]_ method is followed to derive the free-free template. + The H\alpha survey map [Finkbeiner2003]_ is first corrected for dust + absorption using the infrared 100-\mu{}m dust map [Schlegel1998]_, and then converted to free-free emission map (brightness temperature). Parameters diff --git a/fg21sim/utils/draw.py b/fg21sim/utils/draw.py index b5fea62..cb5c1ed 100644 --- a/fg21sim/utils/draw.py +++ b/fg21sim/utils/draw.py @@ -37,7 +37,7 @@ Generic drawers (i.e., painters) that draw some commonly used shapes. DISCLAIMER ---------- -The following functions are taken from project [scikit-image], which are +The following functions are taken from project [scikit-image]_, which are licensed under the *Modified BSD* license. Credits |