colour.characterisation.generate_illuminants_rawtoaces_v1#

colour.characterisation.generate_illuminants_rawtoaces_v1() CanonicalMapping[source]#

Generate a series of illuminants according to RAW to ACES v1:

  • CIE Illuminant D Series in range [4000, 25000] kelvin degrees.

  • Blackbodies in range [1000, 3500] kelvin degrees.

  • A.M.P.A.S. variant of ISO 7589 Studio Tungsten.

Returns:

Series of illuminants.

Return type:

colour.utilities.CanonicalMapping

Notes

  • This definition introduces a few differences compared to RAW to ACES v1: CIE Illuminant D Series are computed in range [4002.15, 7003.77] kelvin degrees and the \(C_2\) change is not used in RAW to ACES v1.

References

[DFI+17]

Examples

>>> list(sorted(generate_illuminants_rawtoaces_v1().keys()))
['1000K Blackbody', '1500K Blackbody', '2000K Blackbody', '2500K Blackbody', '3000K Blackbody', '3500K Blackbody', 'D100', 'D105', 'D110', 'D115', 'D120', 'D125', 'D130', 'D135', 'D140', 'D145', 'D150', 'D155', 'D160', 'D165', 'D170', 'D175', 'D180', 'D185', 'D190', 'D195', 'D200', 'D205', 'D210', 'D215', 'D220', 'D225', 'D230', 'D235', 'D240', 'D245', 'D250', 'D40', 'D45', 'D50', 'D55', 'D60', 'D65', 'D70', 'D75', 'D80', 'D85', 'D90', 'D95', 'iso7589']