Coobird's Data Viewing and Selecting Program with Integration (Dvaspi) is a Java application which performs tasks that the name suggests.
It loads data points from comma-separated value (CSV) and tab-delimited data files, and plots the data points. The data points can then be selected and display the coordinates of the data point, and also perform numerical integration of peaks.
Coobird's Data Viewing and Selecting Program with Integration (Dvaspi) is available for download for free. It is released under the terms of the GNU General Public License
Dvaspi requires Java(TM) 2 Platform, Standard Edition 5.0 Runtime Environment or later. The newest version of the Java(TM) Runtime Environment is available from Sun Microsystems.
The current version of Dvaspi is 0.5. It should be considered a work in progress. The release date is April 10, 2008.
Executable JAR file (71 KB, ZIP archive)
There is no installation procedure to Dvaspi. Unzip the archive and copy the
JAR file to a location of your choice. The JAR file can be executed
by double-clicking the file (in Windows) or thorugh the command line using
the java
application launcher.
Dvaspi source code (50 KB, ZIP archive)
Dvaspi is part of the net.coobird.dvaspi package. To compile Dvaspi, you'll want
to run javac
from the directory that contains the net
directory.
In Windows, you'll want to run the compiler through
javac -source net\coobird\dvaspi\*.java
. For more information on how
to use javac
with refer to the
javac
documentation.
Dvaspi user documentation (82 KB, ZIP archive)
This is the HTML documentation for Dvaspi. Unzip the archive to a location of
your choice and open the documentation.html
file in your web browser.