ligo-skymap-combine: remove Fermi/GBM special case
Addresses #3 (closed).
Have you considered making read_sky_map()
consistently return a tuple for data
even when there is no distance info in the FITS file? Right now the returned data
appears to be directly the numpy array, hence the questionable data = (data,)
.