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

pc_plot

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

Plot the cross polar cap potential, scatter statistics or IMF conditions from a convection map file.

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.
-sd yyyymmddplot starting from the date yyyymmdd.
-st hr:mnplot starting from the time hr:mn.
-ed yyyymmddstop plotting at the date yyyymmdd.
-et hr:mnstop plotting at the time hr:mn.
-ex hr:mnplot an interval whose extent is hr:mn.
-sinclude the scatter statistics in the plot.
-binclude the IMF in the plot.
-nodelaydo not use the IMF delay when plotting the IMF.
-pmin pminset the minimum of the potential scale to be pmin.
-pmax pmaxset the maximum of the potential scale to be pmax.
-smin sminset the minimum of the scatter scale to be smin.
-smax smaxset the maximum of the scatter scale to be smax.
-bxmin bxminset the minimum of the X component of the IMF scale to be bxmin.
-bxmax bxmaxset the maximum of the X component of the IMF scale to be bxmax.
-bymin byminset the minimum of the Y component of the IMF scale to be bymin.
-bymax bymaxset the maximum of the Y component of the IMF scale to be bymax.
-bzmin bzminset the minimum of the Z component of the IMF scale to be bzmin.
-bzmax bzmaxset the maximum of the Z component of the IMF scale to be bzmax.
namethe filename of the cnvmap format file to plot.
-psproduce 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 cross polar cap potential, scatter statistics or IMF conditions from a convection map file.

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
pc_plot -x -old 20040830.map

Plot the cross polar cap potential from the file "20040830.map" on the X terminal.

pc_plot -smax 1400.0 -s 20021219.cnvmap > pc.rp.xml

Generate an rPlot XML plot of the cross polar cap potential and scatter statistics from the file "20021219.map". The plot is stored in the file "pc.rp.xml".