Skip to content

Commit 348a6d8

Browse files
committed
Update jupyter notebook and images
1 parent e93617c commit 348a6d8

4 files changed

Lines changed: 233 additions & 35 deletions

File tree

docs/images/nh_ftools_vs_gdpyc.png

-18.5 KB
Loading

docs/images/ratios_LAB_lowres.png

140 KB
Loading

docs/nh_comparison.ipynb

Lines changed: 231 additions & 33 deletions
Large diffs are not rendered by default.

gdpyc/core.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ def nhtotal(cls, coords, hires=False):
217217
def nhf(cls, coords, nhmap='LAB', radius=1.0*u.deg):
218218
"""
219219
Hydrogen column density in the line-of-sight of `coords`,
220-
using HEASoft fits images (resolution of 0.675 x 0.675 deg) [3]_
220+
using HEASoft fits images (resolution of 0.675 x 0.675 deg) [3]_
221221
and method.
222222
223223
Parameters
@@ -238,7 +238,7 @@ def nhf(cls, coords, nhmap='LAB', radius=1.0*u.deg):
238238
239239
References
240240
----------
241-
.. [3] Original fits files created by K. Kuntz (LAB) and
241+
.. [3] Original fits files created by K. Kuntz (LAB) and
242242
Steve Snowden (DL).
243243
"""
244244
if nhmap not in ['LAB', 'DL']:

0 commit comments

Comments
 (0)