Hello Rob,
Fitswork does basically the same as the histogram function in PixInsight with Auto Zero Shadows / Highlights.
A scaling appears in FireCapture when switching 16 / 32 bit integers (a factor of four), but linear.
So both pictures contain the same data - except data width and a scaling factor of four. (I've attached the histograms)
I played around a bit and here are the things that are irritating me:
if i use the default for FITS:
The 16bit version comes up, but if I look at it with the histogram function, it has an offset of 0.5. Where does it come from?
If you scale min / max, it looks ok on the screen.
The 32bit version looks just gray, the histogram / STF does not display anything. Why?
if i use the 'Singed integer images store physical pixel data' for FITS:
The 16bit version comes up, and the histogram looks correct for the expected values, but if you try to set the range, the preview window is gray.
The 32bit version looks black, the histogram does not display anything. Why? STF brings up a Gray/Black two color picture.
So it seems only the first case is working in some way ...
but I would like to have the right scaling (0 to ..., not 0.5 to ...)
For 32bit:
One Idea: is PI assuming a 32bit integer picture as a 32 bit float one?
@Bernd:
both formats (32bit unsigned integer / 32bit float) are listed in the format explorer for the FITS format.
and yes, FireCapture can do DarkFrame / FlatField and stacking.
From my side I can live with 16 bit at the moment (since I want to do the corrections / stacking in PI) and it saves disk space
just the offset in the data is irritating me.
Regards
Bodo