Skip to content

Commit

Permalink
Update jupyter notebook and images
Browse files Browse the repository at this point in the history
  • Loading branch information
ruizca committed Nov 11, 2018
1 parent e93617c commit 348a6d8
Show file tree
Hide file tree
Showing 4 changed files with 233 additions and 35 deletions.
Binary file modified docs/images/nh_ftools_vs_gdpyc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/ratios_LAB_lowres.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
264 changes: 231 additions & 33 deletions docs/nh_comparison.ipynb

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions gdpyc/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ def nhtotal(cls, coords, hires=False):
def nhf(cls, coords, nhmap='LAB', radius=1.0*u.deg):
"""
Hydrogen column density in the line-of-sight of `coords`,
using HEASoft fits images (resolution of 0.675 x 0.675 deg) [3]_
using HEASoft fits images (resolution of 0.675 x 0.675 deg) [3]_
and method.
Parameters
Expand All @@ -238,7 +238,7 @@ def nhf(cls, coords, nhmap='LAB', radius=1.0*u.deg):
References
----------
.. [3] Original fits files created by K. Kuntz (LAB) and
.. [3] Original fits files created by K. Kuntz (LAB) and
Steve Snowden (DL).
"""
if nhmap not in ['LAB', 'DL']:
Expand Down

0 comments on commit 348a6d8

Please sign in to comment.