colour.colorimetry.dataset.illuminants.spds Module

Illuminants Relative Spectral Power Distributions

Defines CIE illuminants relative spectral power distributions for the CIE 1931 2 Degree Standard Observer.

The CIE illuminants data is in the form of a dict of colour.colorimetry.spectrum.SpectralPowerDistribution classes as follows:

{'name': SpectralPowerDistribution, ..., 'name': SpectralPowerDistribution}

The following CIE illuminants are available:

  • CIE Standard Illuminant A
  • CIE Illuminant B
  • CIE Illuminant C
  • CIE Illuminant D Series (D50, D55, D60, D65, D75)
  • CIE Illuminant E
  • Illuminants F Series (F1, F10, F11, F12, F2, F3, F4, F5, F6, F7, F8, F9, FL3.1, FL3.10, FL3.11, FL3.12, FL3.13, FL3.14, FL3.15, FL3.2, FL3.3, FL3.4, FL3.5, FL3.6, FL3.7, FL3.8, FL3.9)
  • High Pressure Discharge Lamps (HP1, HP2, HP3, HP4, HP5)

Notes

References

[1]CIE. (n.d.). CIE Spectral Data. Retrieved from http://files.cie.co.at/204.xls
[2]CIE. (n.d.). CIE 15:2004 Tables Data. Retrieved from https://law.resource.org/pub/us/cfr/ibr/003/cie.15.2004.tables.xls
colour.colorimetry.dataset.illuminants.spds.ILLUMINANTS_RELATIVE_SPDS = CaseInsensitiveMapping({u'FL3.8': <colour.colorimetry.spectrum.SpectralPowerDistribution object at 0x2abef9778710>, u'FL3.9': <colour.colorimetry.spectrum.SpectralPowerDistribution object at 0x2abef9778790>, u'D75': <colour.colorimetry.spectrum.SpectralPowerDistribution object at 0x2abef976dc50>, u'FL3.2': <colour.colorimetry.spectrum.SpectralPowerDistribution object at 0x2abef9778410>, u'FL3.3': <colour.colorimetry.spectrum.SpectralPowerDistribution object at 0x2abef9778490>, u'FL3.1': <colour.colorimetry.spectrum.SpectralPowerDistribution object at 0x2abef9778390>, u'FL3.6': <colour.colorimetry.spectrum.SpectralPowerDistribution object at 0x2abef9778610>, u'FL3.7': <colour.colorimetry.spectrum.SpectralPowerDistribution object at 0x2abef9778690>, u'FL3.4': <colour.colorimetry.spectrum.SpectralPowerDistribution object at 0x2abef9778510>, u'FL3.5': <colour.colorimetry.spectrum.SpectralPowerDistribution object at 0x2abef9778590>, u'FL3.14': <colour.colorimetry.spectrum.SpectralPowerDistribution object at 0x2abef9778a10>, u'D50': <colour.colorimetry.spectrum.SpectralPowerDistribution object at 0x2abef976da50>, u'FL3.15': <colour.colorimetry.spectrum.SpectralPowerDistribution object at 0x2abef9778a90>, u'HP4': <colour.colorimetry.spectrum.SpectralPowerDistribution object at 0x2abef9778c90>, u'FL3.10': <colour.colorimetry.spectrum.SpectralPowerDistribution object at 0x2abef9778810>, u'D55': <colour.colorimetry.spectrum.SpectralPowerDistribution object at 0x2abef976dad0>, u'FL3.12': <colour.colorimetry.spectrum.SpectralPowerDistribution object at 0x2abef9778910>, u'FL3.13': <colour.colorimetry.spectrum.SpectralPowerDistribution object at 0x2abef9778990>, u'HP3': <colour.colorimetry.spectrum.SpectralPowerDistribution object at 0x2abef9778c10>, u'HP2': <colour.colorimetry.spectrum.SpectralPowerDistribution object at 0x2abef9778b90>, u'HP1': <colour.colorimetry.spectrum.SpectralPowerDistribution object at 0x2abef9778b10>, u'HP5': <colour.colorimetry.spectrum.SpectralPowerDistribution object at 0x2abef9778d10>, u'FL3.11': <colour.colorimetry.spectrum.SpectralPowerDistribution object at 0x2abef9778890>, u'A': <colour.colorimetry.spectrum.SpectralPowerDistribution object at 0x2abef976d8d0>, u'C': <colour.colorimetry.spectrum.SpectralPowerDistribution object at 0x2abef976d9d0>, u'B': <colour.colorimetry.spectrum.SpectralPowerDistribution object at 0x2abef976d950>, u'E': <colour.colorimetry.spectrum.SpectralPowerDistribution object at 0x2abef976dcd0>, u'F12': <colour.colorimetry.spectrum.SpectralPowerDistribution object at 0x2abef9778310>, u'F10': <colour.colorimetry.spectrum.SpectralPowerDistribution object at 0x2abef9778210>, u'F11': <colour.colorimetry.spectrum.SpectralPowerDistribution object at 0x2abef9778290>, u'D60': <colour.colorimetry.spectrum.SpectralPowerDistribution object at 0x2abef976db50>, u'D65': <colour.colorimetry.spectrum.SpectralPowerDistribution object at 0x2abef976dbd0>, u'F1': <colour.colorimetry.spectrum.SpectralPowerDistribution object at 0x2abef976dd50>, u'F2': <colour.colorimetry.spectrum.SpectralPowerDistribution object at 0x2abef976ddd0>, u'F3': <colour.colorimetry.spectrum.SpectralPowerDistribution object at 0x2abef976de50>, u'F4': <colour.colorimetry.spectrum.SpectralPowerDistribution object at 0x2abef976ded0>, u'F5': <colour.colorimetry.spectrum.SpectralPowerDistribution object at 0x2abef976df50>, u'F6': <colour.colorimetry.spectrum.SpectralPowerDistribution object at 0x2abef976dfd0>, u'F7': <colour.colorimetry.spectrum.SpectralPowerDistribution object at 0x2abef9778090>, u'F8': <colour.colorimetry.spectrum.SpectralPowerDistribution object at 0x2abef9778110>, u'F9': <colour.colorimetry.spectrum.SpectralPowerDistribution object at 0x2abef9778190>})

CIE illuminants relative spectral power distributions.

ILLUMINANTS_RELATIVE_SPDS : CaseInsensitiveMapping