quantum-espresso/TDDFPT/ColorCalculator
giannozz a2d83d7ab7 Added ColorCalculator by Ge Xiaochuan. Not sure whether it works
(it doesn't for me)


git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@9083 c92efa57-630b-4861-b058-cf58834340f0
2012-06-15 13:31:21 +00:00
..
src Added ColorCalculator by Ge Xiaochuan. Not sure whether it works 2012-06-15 13:31:21 +00:00
CIEx Added ColorCalculator by Ge Xiaochuan. Not sure whether it works 2012-06-15 13:31:21 +00:00
CIEy Added ColorCalculator by Ge Xiaochuan. Not sure whether it works 2012-06-15 13:31:21 +00:00
CIEz Added ColorCalculator by Ge Xiaochuan. Not sure whether it works 2012-06-15 13:31:21 +00:00
ColorCalculator5.jar Added ColorCalculator by Ge Xiaochuan. Not sure whether it works 2012-06-15 13:31:21 +00:00
D65.light Added ColorCalculator by Ge Xiaochuan. Not sure whether it works 2012-06-15 13:31:21 +00:00
README Added ColorCalculator by Ge Xiaochuan. Not sure whether it works 2012-06-15 13:31:21 +00:00
colorBlue.dat Added ColorCalculator by Ge Xiaochuan. Not sure whether it works 2012-06-15 13:31:21 +00:00
colorCalculator4.jar Added ColorCalculator by Ge Xiaochuan. Not sure whether it works 2012-06-15 13:31:21 +00:00
pelargonin_inter_sort.dat Added ColorCalculator by Ge Xiaochuan. Not sure whether it works 2012-06-15 13:31:21 +00:00
pelargonin_no_inter.dat Added ColorCalculator by Ge Xiaochuan. Not sure whether it works 2012-06-15 13:31:21 +00:00
pelargonin_no_inter_no_sort.dat Added ColorCalculator by Ge Xiaochuan. Not sure whether it works 2012-06-15 13:31:21 +00:00

README

RGB calculator, by Ge Xiaochuan, Version 5
Modified from version4 by XC.G  21.May.2012
New features: automatical sorting and interpolation algorithm is added 

There are two *.jar in the directory, one for version 4 and one for version 5.
By typing "java -jar ColorCalcolator5.jar" in the terminal the user interface
will be launched and you can choose example input files on the left of the 
interface, the corresponding color and RGB values will be displayed on the 
right.

There are three pelargonin*.dat files in this directory. They are examples 
of spectrum input files. They are essentially the same absorption spectrum 
with different grids setting. This is because the older version can't adapt 
different grids setting but the new one does. A fourth example, colorBlue.dat,
is also available.

For using your own input, just simply create a file ith the suffix .dat in 
which the first column is the wavelength(nm) and the second column is the
absorption strength. Keep the input file in the same directory then you can 
see it in the UI.