colour_hdri.exposure_value_100

colour_hdri.exposure_value_100(N, t, S)[source]

Computes the exposure value \(EV100\) from given relative aperture F-Number \(N\), Exposure Time \(t\) and ISO arithmetic speed \(S\).

Parameters
  • N (array_like) – Relative aperture F-Number \(N\).

  • t (array_like) – Exposure Time \(t\).

  • S (array_like) – ISO arithmetic speed \(S\).

Returns

Exposure value \(EV100\).

Return type

ndarray

References

[ISO06], [LdeRousiers14]

Notes

Examples

>>> exposure_value_100(8, 1 / 250, 400)  
11.9657842...