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

@@ -1,11 +1,13 @@
#pragma once
// This number has to be incremented whenever the PP3 file format is modified or the behaviour of a tool changes
#define PPVERSION 331
#define PPVERSION 332
#define PPVERSION_AEXP 301 //value of PPVERSION when auto exposure algorithm was modified
/*
Log of version changes
332 2018-18-04
changed pixelShiftEperIso calculation
331 2018-14-02
changed wavelet.Lmethod to int
330 2018-20-01