Skip to content
Snippets Groups Projects

Sky map overlap integral can now use MOC (multi-ordered) GW sky maps; fixes #19

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -256,7 +256,7 @@ def skymap_overlap_integral(se_skymap, exttrig_skymap=[], se_skymap_uniq=[],
ra_gw, dec_gw = \
ah.healpix_to_lonlat(ipix, nsides,
order=gw_order)
sky_prior = 1 / (4 * np.pi * u.sr)
sky_prior = 1 / (4 * np.pi * u.sr)
if ra and dec:
# Use multi-ordered gw sky map and one external point
Loading