Class cdat

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

public final class cdat extends JFrame

The analysis tool allows user to view, survey, and save datasets.

Name

cdat - performs interactive earth data analysis.

Synopsis

cdat [OPTIONS] [input]

Options:

-h, --help
-g, --geometry=WxH
--version

Description

The CoastWatch Data Analysis Tool (CDAT) allows users to view, survey, and save earth datasets. Detailed help on the usage of CDAT is available from within the utility using the menu bar under Help | Help and Support.

Parameters

Main parameters:

input
The optional input data file name. If specified, the data file is opened immediately after CDAT starts.

Options:

-h, --help
Prints a brief help message.
-g, --geometry=WxH
The window geometry width and height in pixels. The default is 960x720.
--version
Prints the software version.

Exit status

0 on success, > 0 on failure. Possible causes of errors:

  • Invalid command line option
  • Invalid input file name

Examples

The following shows the use of CDAT to view data from a CoastWatch HDF file:

   phollema$ cdat 2002_319_2144_n16_wl_c2.hdf
 
Since:
3.1.7
Author:
Peter Hollemans
See Also:
  • Constructor Details

    • cdat

      public cdat()
      Creates a new CDAT frame.
  • Method Details

    • main

      public static void main(String[] argv)
      Performs the main function.
      Parameters:
      argv - the list of command line parameters.