mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-22 15:30:59 +00:00
fixed Fomapan reciprocity
This commit is contained in:
parent
810bfc3ff3
commit
34aceb9411
1 changed files with 3 additions and 0 deletions
|
@ -124,6 +124,9 @@ class FomapanFilm extends Film {
|
||||||
b = 5.75,
|
b = 5.75,
|
||||||
c = 1.5,
|
c = 1.5,
|
||||||
super('Fomapan ACTION 400', 400);
|
super('Fomapan ACTION 400', 400);
|
||||||
|
|
||||||
|
@override
|
||||||
|
double reciprocityFormula(double t) => t * log10polynomian(t, a, b, c);
|
||||||
}
|
}
|
||||||
|
|
||||||
class IlfordFilm extends Film {
|
class IlfordFilm extends Film {
|
||||||
|
|
Loading…
Reference in a new issue