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]http://cie2.nist.gov/TC1-69/NIST%20CQS%20simulation%207.4.xls (Last accessed 10 June 2014)
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 : dict

colour.quality.dataset.tcs.TCS_SPDS = {u'TCS14': <colour.colorimetry.spectrum.SpectralPowerDistribution object at 0x102fd16d0>, u'TCS10': <colour.colorimetry.spectrum.SpectralPowerDistribution object at 0x102fd1710>, u'TCS11': <colour.colorimetry.spectrum.SpectralPowerDistribution object at 0x102fd1750>, u'TCS12': <colour.colorimetry.spectrum.SpectralPowerDistribution object at 0x102fd1790>, u'TCS13': <colour.colorimetry.spectrum.SpectralPowerDistribution object at 0x102fd17d0>, u'TCS09': <colour.colorimetry.spectrum.SpectralPowerDistribution object at 0x102fd1810>, u'TCS08': <colour.colorimetry.spectrum.SpectralPowerDistribution object at 0x102fd1850>, u'TCS03': <colour.colorimetry.spectrum.SpectralPowerDistribution object at 0x102fd1890>, u'TCS02': <colour.colorimetry.spectrum.SpectralPowerDistribution object at 0x102fd18d0>, u'TCS01': <colour.colorimetry.spectrum.SpectralPowerDistribution object at 0x102fd1910>, u'TCS07': <colour.colorimetry.spectrum.SpectralPowerDistribution object at 0x102fd1950>, u'TCS06': <colour.colorimetry.spectrum.SpectralPowerDistribution object at 0x102fd1990>, u'TCS05': <colour.colorimetry.spectrum.SpectralPowerDistribution object at 0x102fd19d0>, u'TCS04': <colour.colorimetry.spectrum.SpectralPowerDistribution object at 0x102fd1a10>}

Test colour samples spectral power distributions.

TCS_SPDS : dict