Skip to content
Snippets Groups Projects

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

Compare and Show latest version
2 files
+ 10
5
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
@@ -48,7 +48,7 @@ parser.add_argument('-R', '--ext_ring', dest="ext_ring", action="store_true", he
parser.add_argument('-c', '--ra_dec', nargs=2, dest="ra_dec", type=float, metavar="ra dec",
help="RA and dec of external sky map if a single pixel sky map.")
args = parser.parse_args()
print(args)
# Check either one or two skymaps are given
if not (0 < len(args.inputfiles) <= 2):
Loading