DiscreteDataReporter User Guide
Overview
This application prints a description of the regular discrete data object passed as an argument. The output includes the names of the implementing classes, the sample and data dimension, and the sample descriptor.
Example Output
[DoubleDiscreteDataND, DataDimension: 2, sampling: [SampleDescriptor, Dimension: 2, Size: (257, 257), Center: (0.0, 0.0), Spacing: (1.0, 1.0)]]
Usage Page
Usage: java -jar DiscreteDataReporter.jar [files(s)]
| Argument | Type | REQ| Description | Notes |
|-debug |flag |No |Enables additional error reporting | |
|-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 |Example: |
| | | |file, as a pipeline resource. |"pipeline: |
| | | | |//localhos |
| | | | |t//home/ze |
| | | | |d/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. | |
DESCRIPTION:
This application prints information about regular discrete data passed
as arguments.