quantum-espresso/TDDFPT/ColorCalculator
Eisuke Kawashima f56b70bfc9
Unset executable flag [ci skip]
2019-11-20 15:51:54 +09:00
..
src ColorCalculator downloads the needed java code, courtesy of Michael Banks 2016-09-23 16:54:06 +00:00
CIEx Unset executable flag [ci skip] 2019-11-20 15:51:54 +09:00
CIEy Unset executable flag [ci skip] 2019-11-20 15:51:54 +09:00
CIEz Unset executable flag [ci skip] 2019-11-20 15:51:54 +09:00
ColorCalculator5.jar Added ColorCalculator by Ge Xiaochuan. Not sure whether it works 2012-06-15 13:31:21 +00:00
D65.light Unset executable flag [ci skip] 2019-11-20 15:51:54 +09:00
Install ColorCalculator downloads the needed java code, courtesy of Michael Banks 2016-09-23 16:54:06 +00:00
Makefile ColorCalculator downloads the needed java code, courtesy of Michael Banks 2016-09-23 16:54:06 +00:00
README Makefile is added. 2014-11-10 16:15:18 +00:00
colorBlue.dat 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 Version 5
Modified from version4 ( Alessandro Da Rugna ) by Ge Xiaochuan  21.May.2012
New features: automatical sorting and interpolation algorithm is added 

==========================
For compiling and cleaning
==========================
compile: make install
clean: make clean
Certain packages may be requested for compiling such as javac. 

==========================
For modifying and re-compiling
==========================
./src/*.java are source files, once been modified, simply run make install for recompiling. 
Certain packages may be requested for compiling such as javac. 


==========================
For using the tool
==========================
By typing "java -jar ColorCalculator5.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.