Home| superdarn |src.bin|tk|tool| extract_map Index

extract_map

Syntax
extract_map --help
extract_map [-old] [-mid] [name]
extract_map -p [-old] [-mid] [name]
extract_map -s [-old] [-mid] [name]
extract_map -l [-old] [-mid] [name]
Synopsis

Extract statistics or the original grid file from a convection map data file.

Options
--helpprint the help message and exit.
--versionprint the RST version number and exit.
-oldthe input file is a map format file.
-midrecord the time in the middle of the map data, not the start and end times.
namefilename of the cnvmap format file. If this is omitted, the file will be read from standard input.
-pextract the cross polar cap potential, the IMF, the statistical model, and the scatter and error statistics.
-sextract the scatter statistics.
-lextract the lower latitude boundary.
Description

Extract statistics or the original grid file from a convection map data file.

The extracted statistics are written to standard output.

Examples
extract_map -s -old 19981020.map

Extracts the scatter statistics from the file "19981020.map" and display them on the console.

extract_map -s -mid 19991120.cnvmap > 19991120.sct

Extract the scatter statistics from the cnvmap file "19991120.cnvmap" to produce the output file "19991120.sct". The middle time of each record is recorded in the file.