pixelshift: fixed accidently commited change to eperiso adjuster

This commit is contained in:
heckflosse
2017-01-27 22:06:07 +01:00
parent 262e929111
commit bd78989b9c

View File

@@ -1095,7 +1095,7 @@ void RawImageSource::pixelshift(int winx, int winy, int winw, int winh, const RA
}
nRead *= pow(2.f, nreadIso);
eperIsoModel *= pow(2.f, eperIso * 0.5f);
eperIsoModel *= pow(2.f, eperIso);
if(adaptive && experimental0) {
eperIso = eperIsoModel * sqrtf(100.f / (rawWpCorrection * idata->getISOSpeed()));