Hi Thierry,
Welcome to PixInsight Forum! And thanks for the nice words
This is not a bug. It is simply that PixInsight and the other application use different numeric ranges to represent pixel sample values in floating point format. PixInsight uses the normalized [0,1] range where 0=black and 1=white. The other application I don't know.
is there a parameter to preserve adjustments in both software?
In PixInsight, yes. You can define the default input range for floating point FITS and TIFF images:
- Open the Format Explorer window.
- Double click on the FITS (or TIFF) format item, on the left column.
- Enter the appropriate lower and upper range values in the corresponding fields of "Default Floating Point Input Range".
- Click the OK button.
Note that this only changes the way PixInsight reads floating point images. Floating point images written by PixInsight will always be normalized to the [0,1] range.
In the other application I don't know if you can specify a default input range for floating point images.