L3_GLOBE
Name
L3_GLOBE
Purpose
Display a globe of 1 day of SNOE data
Category
SNOE, image, map, display
Calling Sequence
L3_GLOBE, Coords, Yyyyddd, Yyyyddd1
Inputs
COORDS: The coordinate system of dataset to use ('geo' or 'mag')
YYYYDDD: The date of the data to display
Optional Inputs
YYYYDDD1: The end date if in automatic movie mode
Keyword Parameters
FILL: Set this keyword to fill in some holes using FIX_GAPS
MASK: Set this keyword to mask out the polar regions (80 to the pole)
MANUAL: Set this to control the movie manually.
',': previous day (<)
'l': toggle Log mode
'j': Jump to YYYYDDD
'q': Quit movie mode
any other key: next day
_EXTRA is used by:
L3_LON_LAT: altitude, verbose
GRID_GLOBE, lots (see documentation)
MAP_SET, MAP_GRID, MAG_GRID, LOAD_CGM, etc.
Outputs
An image
Side Effects
Uses current WINDOW. May change PS device.
Restrictions
Must be in directory with L3 files (NO_?_den_???.dat)
Example
Simple view of a day:
L3_GLOBE, 'geo', 1998124
Nice hard-copy output
L3_globe,'geo',1998124,/ortho,lat=81.5,long=277.5,/mask,/cont,/gg,
/mg,/bil,lv=!SNOE.f.l3_lv,/ps,filename='test'
Modification History
Written by: KDM; 2002-07-26
2002-09-12; KDM; Fixed bug when /MANUAL set. Added STATUSLINE output