colour.ILLUMINANTS_SDS

colour.ILLUMINANTS_SDS = CaseInsensitiveMapping({'A': ..., 'B': ..., 'C': ..., 'D50': ..., 'D55': ..., 'D60': ..., 'D65': ..., 'D75': ..., 'E': ..., 'FL1': ..., 'FL2': ..., 'FL3': ..., 'FL4': ..., 'FL5': ..., 'FL6': ..., 'FL7': ..., 'FL8': ..., 'FL9': ..., 'FL10': ..., 'FL11': ..., 'FL12': ..., 'FL3.1': ..., 'FL3.2': ..., 'FL3.3': ..., 'FL3.4': ..., 'FL3.5': ..., 'FL3.6': ..., 'FL3.7': ..., 'FL3.8': ..., 'FL3.9': ..., 'FL3.10': ..., 'FL3.11': ..., 'FL3.12': ..., 'FL3.13': ..., 'FL3.14': ..., 'FL3.15': ..., 'HP1': ..., 'HP2': ..., 'HP3': ..., 'HP4': ..., 'HP5': ...})

CIE illuminants spectral distributions.

Notes

CIE Illuminant D Series D60 illuminant spectral distribution was computed as follows:

CCT = 6000 * 1.4388 / 1.438
xy = colour.temperature.CCT_to_xy_CIE_D(CCT)

sd = colour.sd_CIE_illuminant_D_series(xy)

References

[CIE04], [CIE]

ILLUMINANTS_SDS : CaseInsensitiveMapping