colour.quality.dataset.tcs Module

Test Colour Samples Spectral Power Distributions

Defines the CIE 1995 test colour samples spectral power distributions.

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

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

References

[1]Ohno, Y., & Davis, W. (2008). NIST CQS simulation 7.4. Retrieved from http://cie2.nist.gov/TC1-69/NIST CQS simulation 7.4.xls
colour.quality.dataset.tcs.TCS_APPROXIMATE_MUNSELL_NOTATIONS = CaseInsensitiveMapping({u'TCS14': u'5 GY 4/4', u'TCS10': u'5 Y 8/10', u'TCS11': u'4.5 G 5/8', u'TCS12': u'3 PB 3/11', u'TCS13': u'5 YR 8/4', u'TCS09': u'4.5 R 4/13', u'TCS08': u'10 P 6/8', u'TCS03': u'5 GY 6/8', u'TCS02': u'5 Y 6/4', u'TCS01': u'7.5 R 6/4', u'TCS07': u'2.5 P 6/8', u'TCS06': u'5 PB 6/8', u'TCS05': u'10 BG 6/4', u'TCS04': u'2.5 G 6/6'})

Test colour samples Munsell colour approximations.

TCS_APPROXIMATE_MUNSELL_NOTATIONS : CaseInsensitiveMapping

colour.quality.dataset.tcs.TCS_SPDS = CaseInsensitiveMapping({u'TCS14': <colour.colorimetry.spectrum.SpectralPowerDistribution object at 0x2b36874ace90>, u'TCS10': <colour.colorimetry.spectrum.SpectralPowerDistribution object at 0x2b36874aced0>, u'TCS11': <colour.colorimetry.spectrum.SpectralPowerDistribution object at 0x2b36874acf10>, u'TCS12': <colour.colorimetry.spectrum.SpectralPowerDistribution object at 0x2b36874acf50>, u'TCS13': <colour.colorimetry.spectrum.SpectralPowerDistribution object at 0x2b36874acf90>, u'TCS09': <colour.colorimetry.spectrum.SpectralPowerDistribution object at 0x2b36874acfd0>, u'TCS08': <colour.colorimetry.spectrum.SpectralPowerDistribution object at 0x2b36874bc050>, u'TCS03': <colour.colorimetry.spectrum.SpectralPowerDistribution object at 0x2b36874bc090>, u'TCS02': <colour.colorimetry.spectrum.SpectralPowerDistribution object at 0x2b36874bc0d0>, u'TCS01': <colour.colorimetry.spectrum.SpectralPowerDistribution object at 0x2b36874bc110>, u'TCS07': <colour.colorimetry.spectrum.SpectralPowerDistribution object at 0x2b36874bc150>, u'TCS06': <colour.colorimetry.spectrum.SpectralPowerDistribution object at 0x2b36874bc190>, u'TCS05': <colour.colorimetry.spectrum.SpectralPowerDistribution object at 0x2b36874bc1d0>, u'TCS04': <colour.colorimetry.spectrum.SpectralPowerDistribution object at 0x2b36874bc210>})

Test colour samples spectral power distributions.

TCS_SPDS : CaseInsensitiveMapping