Skip to content

Commit

Permalink
Add missing conversion factor to disk radius.
Browse files Browse the repository at this point in the history
  • Loading branch information
woodmd committed Jan 13, 2017
1 parent 2865d68 commit 4a571c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fermipy/utils.py
Expand Up @@ -1429,6 +1429,8 @@ def make_cdisk_kernel(psf, sigma, npix, cdelt, xpix, ypix, psf_scale_fn=None,
68% containment radius in degrees.
"""

sigma /= 0.8246211251235321

dtheta = psf.dtheta
egy = psf.energies

Expand Down

0 comments on commit 4a571c2

Please sign in to comment.