Skip to content

MattWenham/specrend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Colour Rendering of Spectra

This is a fairly direct port of the C code to be found on John Walker's webpage titled Colour Rendering of Spectra. I've used named tuples to substitute for C structs, and the black body radiation example code has been taken into a separate source file. I've also eliminated the z CIE component from the exposed data structure, as this can always be derived from the x and y components:

The black body radiation test code produces the same output as Walker's C code, but I have not yet tested it further.

About

Python port of C code from John Walker's 'Colour Rendering of Spectra' at https://www.fourmilab.ch/documents/specrend/

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages