Juan, you refer to
normal users
in your reply to Georg.
Surely that is the whole point of PixInsight - we are, none of us, 'normal' users - we are all 'special'
![angel :angel:](http://pixinsight.com/forum/Smileys/default/angel.gif)
However, in between tasks here at the coalface, I have been thinking what might be triggering the rescale action.
My darks all start life inside Meade's Envisage software, which - for those who know me all too well - takes a nice 16-bit integer ADU value and converts it into a 32-bit Float value for saving in it FITS formatted images
![Angry >:(](http://pixinsight.com/forum/Smileys/default/angry.gif)
No matter, I now use the pre-processor routine to read these images into PI, based on a "rescale if outwith the [0.0, 65535.0] range, and then apply a format conversion to immediately re-save the data in 16-bit UInt format.
This is where I now have my first concern. "Is the conversion proceeding normally, or should I actually have specified the trigger range to be [0.0, 65536.0]?" I will have to try that experiment and see what happens?
In any case, after the conversion to 16-bit UInt, I HAVE determined that my Dark frames DO have 'some' pixels with 'maxed out' ADU values. What I do not understand is why, in the presence of some images in a group having a given pixel with 'maxed out ADU' data (which, by the time PI works on them, can only actually have a value of 1.0), the likes of ImageIntegration eventually triggers the rescale function.
If I apply my PixelMath 'capping' function, the ImageIntegration rescale algorithm semms NOT to get triggered - and I do not lose the 'pedestal'.
Certainly, tonight, I will try a 'plain jane' ImageIntegration process (i.e. 'average' the values only), and will do this with and without 'capping' and see if it is some 'sub-process' in ImageIntegration that ends up creating an 'intermediate' (i.e. 'in-process, working') image which then triggers the rescale routine.
Sorry to be a PITA, but I am sure that if there is a residual anomally that needs to be addressed, we are as well to catch it now, whilst the whole process of Calibration and Integration in PI is still in its early days.
Cheers,