Closed vvinuv closed 3 years ago
Hello,
I have a sextractor generated segmentation fits file which is attached here. This file doesn't open with the simple lines. i.e.
fits = fitsio.FITS('seg.fits', 'r') seg = fits[0].read() fits.close()
fits = fitsio.FITS('seg.fits', 'r')
seg = fits[0].read()
fits.close()
seg doesn't have any data. However, DS9 can open seg.fits and shows the images. I am using fitsio version 1.1.4 on macos
seg
seg.fits.tar.gz
I think the way I make segmentation fits causes the issue.
Hello,
I have a sextractor generated segmentation fits file which is attached here. This file doesn't open with the simple lines. i.e.
fits = fitsio.FITS('seg.fits', 'r')
seg = fits[0].read()
fits.close()
seg
doesn't have any data. However, DS9 can open seg.fits and shows the images. I am using fitsio version 1.1.4 on macos