colour.contrast.pupil_diameter_Barten1999#
- colour.contrast.pupil_diameter_Barten1999(L: ArrayLike, X_0: ArrayLike = 60, Y_0: TypeAliasForwardRef('ArrayLike') | None = None) NDArrayFloat[source]#
Compute the pupil diameter for the specified luminance and object or stimulus angular size using the Barten (1999) method.
- Parameters:
- Returns:
Pupil diameter.
- Return type:
References
[Bar99], [Bar03], [CKMW04], [InternationalTUnion15c], [WY12]
Notes
The Log function is using base 10 as indicated by [WY12].
Examples
>>> pupil_diameter_Barten1999(100, 60, 60) 2.7931307...