Hello Gary,
Welcome to the weird world of non-conformant and/or partial FITS implementations. Please have a look at this document:
http://pleiades-astrophoto.com/pixinsight/FITS_support.htmlThat said, I am completely sure that the problem is NOT that AIP's FITS files don't conform to the FITS standard. So the problem must be that AIP isn't understanding some advanced usage of the FITS format that PixInsight LE does.
For example, PixInsight LE stores ICC profiles and image metadata into special FITS extensions. It saves also resolution and color space information as special FITS keywords. Many applications may be unable to manage these extensions, and perhaps they refuse loading PI's files for that reason.
Try the following:
- When saving as FITS in PixInsight, uncheck the "Embed ICC Profile" check box.
- Select the 16-bit signed integer sample format, which is the "baseline" FITS format, so to say.
- Avoid saving 64-bit floating-point and 32-bit integer FITS files, since these formats may not be supported by other applications.
If you are saving a 32-bit floating-point file and AIP doesn't load it, then the problem is most likely AIP's implementation of floating-point FITS support (it may conform to the standard, but perhaps it isn't flexible enough). Then you may try the signed 32-bit integer sample format instead (which will preserve the whole floating-point accuracy).
I'd appreciate if you could post a link to some file(s) that you are having trouble with.
Thank you very much for your interest.
Juan