quantum-espresso/TDDFPT/ColorCalculator
ustcscgyer 96be4a1ab5 Makefile is added.
git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@11259 c92efa57-630b-4861-b058-cf58834340f0
2014-11-10 16:15:18 +00:00
..
src git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@11045 c92efa57-630b-4861-b058-cf58834340f0 2014-06-14 21:44:38 +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
Install Makefile is added. 2014-11-10 16:15:18 +00:00
Makefile Makefile is added. 2014-11-10 16:15:18 +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.