A program to translate the principal axis output from the
ShapeReporter application into a transform
matix that may be use by the
ShapeTransform application.
Usage:
java -jar ReporterToMatrix.jar
options ShapeReporter_OutputFile TransformMatrixFile
(The input to ReporterToMatrix is the
ShapeReporter_OutputFile , it writes an ascci text TransformMatrixFile).
Command line arguments
| Argument | Type | Required | Description | Notes |
| -examples | flag | No | Prints examples of common usage. | |
| -overwrite | flag | No | Enables overwriting the output file, if it exists. | |
| -verbose | flag | No | Enables verbose statement. | |
| -header | flag | No | Indicate that input file has the header. | |
| -indexOutputFile | flag | No | Append a number index to the user supplied output file name. | |
| -column | flag | No | Indicate that input file has the first column. | |
| -colElementSeparator | String | Yes | Set separator between elements in the same columnt. | |
| -colSeparator | String | Yes | Set separator between columns. | |
| -dim | Integer | Yes | Set dimension of coordinate system. | |
| -suffix | String | Yes | Enable to set suffix for the outputs. | |
| -help | flag | No | Prints help and usage information. | |
| -version | flag | No | Prints version number of this application. | |
| -verbose | flag | No | Enables detailed status messages. | |
| -license | flag | No | Prints license details, and exits. | |
| -twiki | flag | No | Writes command line arguments as a TWiki format table to output and exit. | |
| -pipeline | flag | No | Write pipeline descriptor file to output and exit. | |
| -pipelineJar | String | No | Specify path to an application jar file, as a pipeline resource. | Example: "pipeline://localhost//home/zed/Connery.jar" |
| -pipelineJvm | String | No | Specify a Java Virtual Machine called by a pipeline. | |
| -pipelineJvmOptions | String | No | Specify Java Virtual Machine options used by a pipeline. | |