Skip to content

a program to convert absorbance or emission spectrum to its color following CIE stadards

License

Notifications You must be signed in to change notification settings

leisureComing/spectocolor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

spectocolor

a program to convert absorbance or emission spectrum to its color following CIE stadards

To use, just run ./spectocolor filename.txt

The .txt file should be composed of two columns, x and y. The first line will be not read.

As for the x axis, the default scale is nanometers. If one has a spectrum in cm-1 or eV, one should use the options:

./spectocolor filename.txt -cm-1 or ./spectocolor filename.txt -eV

Further references are on the .cpp file.

About

a program to convert absorbance or emission spectrum to its color following CIE stadards

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%