Author Topic: XISF File Conversion  (Read 2673 times)

Offline dpaul

  • PixInsight Addict
  • ***
  • Posts: 124
XISF File Conversion
« on: 2017 November 24 01:41:03 »
I have a general question -

The output saved filed from cameras cannot be XISF format (as this is native only to Pixinsight) so if the original data files were TIFF or FITS, is there any benefits of converting these to XISF before processing in Pixinsight. For example do the processes work better or faster or will be the same either way?

I am currently saving FITS files then converting to XISF before processing.

One last question is FITS better than TIFF regarding data quality?

Thanks

David

Offline pfile

  • PTeam Member
  • PixInsight Jedi Grand Master
  • ********
  • Posts: 4729
Re: XISF File Conversion
« Reply #1 on: 2017 November 24 16:13:16 »
i do not think there is any real difference between these formats with respect to the data, however, some of the sample formats that FITS and XISF can support are probably poorly supported in TIFF (like say, 32b floating point TIFF - not sure how many programs can really open that type of file.)

where they differ is in metadata capabilities. TIFF can probably only support EXIF and other metadata formats that pertain to daylight photography. FITS supports the fits header, which although somewhat poorly constrained, is mainly for storing metadata that is interesting to astronomers. (RA/DEC of target, CCD temperature, astrometric solutions, etc.)

XISF can support fits headers, and also solves some of the problems with the poorly-conceived parts of FITS (like not knowing which corner of an image is represented by the first byte in the file.) XISF can also support pixinsight-specfic metadata, like whether or not there is an STF associated with an image and what the STF parameters are.)

anyway, there is probably not much point in converting to XISF before starting processing. if you are calibrating your images then the ImageCalibration process is going to save its output in XISF anyway, and it can of course read CR2 or FITS or TIFF or what have you...

rob

Offline dpaul

  • PixInsight Addict
  • ***
  • Posts: 124
Re: XISF File Conversion
« Reply #2 on: 2017 November 26 04:29:36 »
Thanks Rob,

Good reply!

Regards

David