more double promote fixes, still not complete
This commit is contained in:
@@ -477,7 +477,7 @@ int RawImageSource::interpolateBadPixelsXtrans(const PixelsMap &bitmapBads)
|
||||
int RawImageSource::findHotDeadPixels(PixelsMap &bpMap, const float thresh, const bool findHotPixels, const bool findDeadPixels) const
|
||||
{
|
||||
BENCHFUN
|
||||
const float varthresh = (20.0 * (thresh / 100.0) + 1.0) / 24.f;
|
||||
const float varthresh = (20.f * (thresh / 100.f) + 1.f) / 24.f;
|
||||
|
||||
// counter for dead or hot pixels
|
||||
int counter = 0;
|
||||
|
Reference in New Issue
Block a user