ArrayToImage Project Definition
Restrictions, Exclusions, Limitations
People Affected
Version
1.0
draft
Description
This program will read an array, created by the
ArrayStatistics program, and create a FPIC image from the data values.
This program will optionally read an existing FPIC file (presumed to be grayscale) and color the the gray values according
to the data samples in the array.
Input formats
(see
ArrayStatistics output)
Output Formats
Requirements
Requirements Change Procedure
- Changes to be mutually agreed upon by Craig and Ryan.
- Changes and their date will be entered in a 'requirements change' list.
Requirements Changes
- 7/30 - write color mapped files to java ImageIO classs (PNG,TIFF,GIF).
Command Line Arguments
Note: this list is provisional
the set of command line arguments will be
- -numx integer - number of samples in x dimension of the created image.
- -numy integer - number of samples in y dimension of the created image.
- -array file - the file containing the array data samples.
- -image file - the image to be overlaid with the data samples.
- -colormap mapSpecification - an optional parameter to select the colormap used maybe...
- -output file - the name of the output image file.
- -verbose
- -usage
- -version
- -license
Products
This project will result in the following products:
- A Java application jar that will create a file storing the Jacobian determinant.
- A Loni Pipeline descriptor thingy.
- A CVS repository containing the Java source code of this application.
- Examples illustrating use of the application.
- Documentation describing the algorithms and limitations of the calculations.
Lessons Learned