
The attached image shows the results of six tests. From left to right they are:
- Default processing with the master version of ip_isr (342f2d5f93437f75dc9248e99274bfb9)
- doSaturation=True
- doSaturationInterpolation=True
- doInterpolate=True
- Master ip_isr, no saturation (37c713f230eee5d3dfb9c47cbad73aa7)
- doSaturation=False
- doSaturationInterpolation=True
- doInterpolate=True
- Master ip_isr, no saturation, no saturation interpolation (37c713f230eee5d3dfb9c47cbad73aa7)
- doSaturation=False
- doSaturationInterpolation=False
- doInterpolate=True
- Master ip_isr, everything disabled (0ec56677c4f55e33b24db4f2eb7c0f8f)
- doSaturation=False
- doSaturationInterpolation=False
- doInterpolate=False
- Master ip_isr, only saturation interpolation disabled (342f2d5f93437f75dc9248e99274bfb9)
- doSaturation=True
- doSaturationInterpolation=False
- doInterpolate=True
DM-27319 ticket of ip_isr, onlyl saturation interpolation disabled (37c713f230eee5d3dfb9c47cbad73aa7)
- doSaturation=True
- doSaturationInterpolation=False
- doInterpolate=True
I think this shows that the ticket branch does the expected thing now, disabling doSaturationInterpolation prevents that mask from being interpolated, even if the pixels are masked as saturated.
The attached image shows the results of six tests. From left to right they are:
DM-27319ticket of ip_isr, onlyl saturation interpolation disabled (37c713f230eee5d3dfb9c47cbad73aa7)I think this shows that the ticket branch does the expected thing now, disabling doSaturationInterpolation prevents that mask from being interpolated, even if the pixels are masked as saturated.