Pixelshift: renamed 'ISO-adaption' slider to 'sensitivity' slider. Changed calculation of sensitivity. Some cleanups

This commit is contained in:
heckflosse
2018-04-18 15:00:21 +02:00
parent 651ad4d0f0
commit 0207705c16
8 changed files with 18 additions and 31 deletions

View File

@@ -577,7 +577,7 @@ BENCHFUN
eperIsoModel = ePerIsoK70;
}
eperIsoModel *= pow(2.f, eperIso);
eperIsoModel *= pow(2.f, eperIso - 1.f);
eperIso = eperIsoModel * (100.f / (rawWpCorrection * idata->getISOSpeed()));