Home| superdarn |src.bin|tk|plot| hmb_plot Index

hmb_plot

Syntax
hmb_plot --help
hmb_plot [options] name
hmb_plot -png [options] name
hmb_plot -ps [-l] [-xp xoff] [-yp yoff] [options] name
hmb_plot -ppm [options] name
hmb_plot -ppmx [options] name
hmb_plot -xml [options] name
hmb_plot -x [-display display] [-xoff xoff] [-yoff yoff] [options] name
Synopsis

Plot the Heppner-Maynard boundary from a cnvmap format files.

Options
--helpprint the help message and exit.
--versionprint the RST version number and exit.
-cf cfnameread command line options from the file cfname.
-oldthe input file is a map format file.
-vbverbose. Log information to the console.
-w widthset the width of the plot to width.
-h heightset the height of the plot to height.
-ex hr:mnplot an interval whose extent is hr:mn.
namethe filename of the map format file to plot.
-pngproduce a Portable Network Graphics (PNG) image as the output.
-psproduce a PostScript plot as the output.
-xp xoffset the X offset of the PostScript plot to xoff.
-yp xoffset the Y offset of the PostScript plot to yoff.
-lset the orientation of the PostScript plot to landscape,
-ppmproduce a Portable PixMap (PPM) image as the output.
-ppmxproduce an extended Portable PixMap (PPMX) image as the output.
-xmlproduce an XML image representation as the output.
-xplot the data on an X-terminal.
-display displayconnect to the xterminal named display.
-xoff xoffopen the window, xoff pixels from the left edge of the screen.
-yoff yoffopen the window ypad pixels from the top edge of the screen.
Description

Plot the Heppner-Maynard boundary from a cnvmap format files.

The output can be to an X terminal, Portable PixMap (PPM) files, extended Portable PixMap (PPMX), rPlot XML document, Portable Network Graphics (PNG), or PostScript file. The default output is PostScript.

If the "-x" option is specified the program will display plots in an X terminal window in all other cases the output is written to standard out.

Examples
hmb_plot -x -old 20030407.map

Plot the Heppner-Maynard boundary from the map file called "20030407.map" on the X terminal.

hmb_plot 20021219.cnvmap

Generate an rPlot XML plot of the Heppner-Maynard boundary from the cnvmap file called "20021219.cnvmap". The plot is stored in the file "pc.rp.xml".