Hello,
I have a question regarding the ABE algorithm when applying it as a subtraction.
When subtracting the mean background to an image, the resulting image background should have a mean of zero. Obviously we do not want negative values, so how is this handled? Is there a pedestal added before subtraction?
Here is something odd I noticed when applying ABE to a flat.
I used pixelmath to compute flat_ABE + flat_ABE_background (obtained with a down-sampling factor of 1 to maintain image size).
Then I subtracted the original flat to try to see what king of pedestal was there:
flat_ABE + flat_ABE_background - flat
I was expecting a uniform (constant intensity) image, but instead the result is strikingly similar to flat_ABE (mean and median are within 0.01%, MAD is smaller by ~10%).
Can anyone shed some light on what is happening behind the scenes with ABE?