colour_datasets.loaders.DatasetLoader_Dyer2017#

class colour_datasets.loaders.DatasetLoader_Dyer2017[source]#

Bases: AbstractDatasetLoader

Define the Dyer et al. (2017) RAW to ACES Utility Data dataset loader.

Attributes

Methods

References

[DFI+17]

ID: str = '3372171'#

Dataset record id, i.e. the Zenodo record number.

load() Dict[str, Dict[str, SpectralDistribution_AMPAS | MultiSpectralDistributions_AMPAS]][source]#

Sync, parse, convert and return the Dyer et al. (2017) RAW to ACES Utility Data dataset content.

Returns:

Dyer et al. (2017) RAW to ACES Utility Data dataset content.

Return type:

dict

Examples

>>> from colour_datasets.utilities import suppress_stdout
>>> dataset = DatasetLoader_Dyer2017()
>>> with suppress_stdout():
...     dataset.load()
>>> len(dataset.content.keys())
4