public class Get_Observation_Record
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
FAILURE
Exit status for an unsuccessful operation.
|
static java.lang.String |
ID
Class identification name with source code version and date.
|
static int |
SUCCESS
Exit status for a successful operation.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args)
Invokes an instance of Get_Observation_Record and processes the
command-line arguments.
|
public static final java.lang.String ID
public static final int SUCCESS
public static final int FAILURE
public static void main(java.lang.String[] args)
Observation_ID_Accumulator for information about
sources.
The observation records are returned as a collection of PVL parameters,
grouped by observation, per the Observation_Record.parameter()
method. The records are written to the standard output stream.
Get_Observation_Record [--configuration configuration_pathname] observation_id_source [...]
Get_Observation_Record --usage
Get_Observation_Record --version
Options are not case-sensitive and may be reduced to their shortest unique form. One or two dashes may be used.
Configuration_Helper.getConfiguration(String,String,String...) for details
on the configuration pathname; if this option is not used, the config source
argument is null.
args - the command-line arguments.Copyright \ (C) Arizona Board of Regents on behalf of the \ Planetary Image Research Laboratory, Lunar and \ Planetary Laboratory at the University of Arizona