Home| superdarn |src.bin|tk|reformat| maptoefield Index

maptoefield

Syntax
maptoefield --help
maptoefield [-vb] [-old] [-sd yyyymmdd] [-st hr:mn] [-ed yyyymmdd] [-et hr:mn] [-ex hr:mn] [-s step] [-l latmin [-mlt] [-p] [-v] [name]
Synopsis

Calculate the electric field and other parameters from convection map data.

Calculate the electric field and other parameters from convection map data.

Options
--helpprint the help message and exit.
--versionprint the RST version number and exit.
-vbverbose. Log information to the console.
-oldthe input file is a map format file.
-old_aacgmuses the older AACGM software and coefficients. The default is to use AACGM-v2.
-sd yyyymmddextract starting from the date yyyymmdd.
-st hr:mnextract starting from the time hr:mn.
-ed yyyymmddstop extracting at the date yyyymmdd.
-et hr:mnstop extracting at the time hr:mn.
-ex hr:mnextract an interval whose extent is hr:mn.
-s stepskip step number of records between each record extracted.
-l latminset the lower latitude of the grid to latmin degrees.
-mltinclude the magnetic local time in the output.
-pinclude the potential in the output.
-vinclude the derived velocity int the output.
namefilename of the cnvmap format file to process. If this is omitted, the file is read from standard input.
Description

Calculate the electric field and other parameters from convection map data.

The electric field data is written to standard output.

Examples
maptoefield -old -l 50 20050830.map > 20050830.efield

Calculate the electric field down to a latitude of 50 degrees from the file "20050830.map". The electric field data is stored in the file "20050830.efield".

maptoefield -p 20040830.cnvmap > 20040830.efield

Calculate the electric field and potential from the file "20040830.cnvmapmap". The electric field data is stored in the file "20040830.efield".