external/CDAWlib/
map_keywords.pro
NAME: MAP_KEYWORDS.PRO PURPOSE: Read in a file of keyword values pairs and assign these to IDL keywords KEYWORD PARAMETERS: ORB_VW Orbit plot keyword for orbit view up to an array (xy, xz, yz, xr) XMIN Orbit plot keyword for minimum x axis value YMIN Orbit plot keyword for minimum y axis value YMAX Orbit plot keyword for maximum y axis value XMAX Orbit plot keyword for maximum x axis value DOYMARK Orbit plot keyword for interval along the orbit on which the day of year is plotted HRMARK Orbit plot keyword for interval along the orbit on which the hour of day is plotted HRTICK Orbit plot keyword for tick interval along the orbit MNTICK Minute tick interval MNMARK Minute mark interval BZ Orbit plot keyword for BZ component PRESS Orbit plot keyword for solar wind pressure STATION Mapped plot keyword for an array of stations IPROJ Mapped plot keyword for map projection aitoff (15), az. equid. (6), cyl (8), gnom (5), lamb eq area (4) merc (9), molle (10), ortho (2), sinsusoidal (14), stero. (1) LIM Mapped plot keyword for map_set limits LATDEL Mapped plot keyword for latitude interval LONDEL Mapped plot keyword for longitude interval Ttitle Mapped plot keyword for title SYMSIZ Mapped plot keyword for symbol size LNTHICK Plot keyword for line thickness. SYMCOL Mapped plot keyword for symbol color LNLABEL Mapped plot keyword for line labels CHTSIZE Character size of text REPORT Flag to write to the REPORT file opened in plotmaster PID Process id OUTDIR This keyword indiates the output directory where a gif file will be placed. If GIF is set but OUTDIR is not, then the gif file will be put in the user's current working directory. US Position of the Sun convention; left U.S.(1); right EUR.-JAP.(0) (Default; US=1) OUTPUTS: out = status flag, 0=0k, -1 = problem occurred. AUTHOR: Richard Baldwin, HSTX NASA/GSFC Code 632.0, Feb 2, 1997 baldwin@nssdca.gsfc.nasa.gov (301)286-7220 MODIFICATION HISTORY: 8/30/96 : R. Baldwin : Add error handling STATUS,DATASET,IMAGE,GIF Copyright 1996-2013 United States Government as represented by the Administrator of the National Aeronautics and Space Administration. All Rights Reserved.
Routines
top source map_keywords
result = map_keywords(ORB_VW=ORB_VW, XUMN=XUMN, XUMX=XUMX, YUMN=YUMN, YUMX=YUMX, ZUMN=ZUMN, ZUMX=ZUMX, RUMN=RUMN, RUMX=RUMX, DOYMARK=DOYMARK, HRMARK=HRMARK, HRTICK=HRTICK, MNTICK=MNTICK, MNMARK=MNMARK, LNTHICK=LNTHICK, CHTSIZE=CHTSIZE, BZ=BZ, PRESS=PRESS, STATION=STATION, IPROJ=IPROJ, LIM=LIM, LATDEL=LATDEL, LONDEL=LONDEL, Ttitle=Ttitle, SYMSIZ=SYMSIZ, SYMCOL=SYMCOL, POLAT=POLAT, POLON=POLON, ROT=ROT, LNLABEL=LNLABEL, BSMP=BSMP, ATLB=ATLB, DTLB=DTLB, XSIZE=XSIZE, YSIZE=YSIZE, NOCONT=NOCONT, EQLSCL=EQLSCL, PANEL=PANEL, REPORT=REPORT, PID=PID, OUTDIR=OUTDIR, US=US, _extra=_extra)
Keywords
- ORB_VW
- XUMN
- XUMX
- YUMN
- YUMX
- ZUMN
- ZUMX
- RUMN
- RUMX
- DOYMARK
- HRMARK
- HRTICK
- MNTICK
- MNMARK
- LNTHICK
- CHTSIZE
- BZ
- PRESS
- STATION
- IPROJ
- LIM
- LATDEL
- LONDEL
- Ttitle
- SYMSIZ
- SYMCOL
- POLAT
- POLON
- ROT
- LNLABEL
- BSMP
- ATLB
- DTLB
- XSIZE
- YSIZE
- NOCONT
- EQLSCL
- PANEL
- REPORT
- PID
- OUTDIR
- US
- _extra
File attributes
Modification date: | Tue Oct 21 13:53:48 2014 |
Lines: | 131 |