This page was created by the IDL library routine
mk_html_help2
.
Last modified: Wed Jun 24 12:41:17 2009.
NAME: SYNTAX: PURPOSE: INPUT: OUTPUT: KEYWORDS: HISTORY: VERSION: $LastChangedBy$ $LastChangedDate$ $LastChangedRevision$ $URL$
(See themis/ground/asi_mosaic/thm_map_add_asi_fovs.pro)
NAME: SYNTAX: PURPOSE: INPUT: OUTPUT: KEYWORDS: HISTORY: VERSION: $LastChangedBy$ $LastChangedDate$ $LastChangedRevision$ $URL$
(See themis/ground/asi_mosaic/thm_map_add_gb_sites.pro)
NAME: SYNTAX: PURPOSE: INPUT: OUTPUT: KEYWORDS: HISTORY: VERSION: $LastChangedBy: hfrey $ $LastChangedDate: 2008-02-13 17:42:28 -0800 (Wed, 13 Feb 2008) $ $LastChangedRevision: 2372 $ $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/thmsoc/tags/tdas_5_1/idl/themis/ground/asi_mosaic/thm_map_add.pro $
(See themis/ground/asi_mosaic/thm_map_add.pro)
NAME: SYNTAX: PURPOSE: INPUT: OUTPUT: KEYWORDS: HISTORY: VERSION: $LastChangedBy$ $LastChangedDate$ $LastChangedRevision$ $URL$
(See themis/ground/asi_mosaic/thm_map_add_site_fieldofview.pro)
NAME: SYNTAX: PURPOSE: INPUT: OUTPUT: KEYWORDS: HISTORY: VERSION: $LastChangedBy$ $LastChangedDate$ $LastChangedRevision$ $URL$
(See themis/ground/asi_mosaic/thm_map_gc_bjackel.pro)
NAME: SYNTAX: PURPOSE: INPUT: OUTPUT: KEYWORDS: HISTORY: VERSION: $LastChangedBy$ $LastChangedDate$ $LastChangedRevision$ $URL$
(See themis/ground/asi_mosaic/thm_map_oplot_aacgm_2000_invariants.pro)
NAME: SYNTAX: PURPOSE: INPUT: OUTPUT: KEYWORDS: HISTORY: VERSION: $LastChangedBy$ $LastChangedDate$ $LastChangedRevision$ $URL$
(See themis/ground/asi_mosaic/thm_map_oplot_geographic_grid.pro)
NAME: SYNTAX: PURPOSE: INPUT: OUTPUT: KEYWORDS: HISTORY: VERSION: $LastChangedBy: hfrey $ $LastChangedDate: 2008-04-04 12:02:43 -0700 (Fri, 04 Apr 2008) $ $LastChangedRevision: 2633 $ $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/thmsoc/tags/tdas_5_1/idl/themis/ground/asi_mosaic/thm_map_set.pro $
(See themis/ground/asi_mosaic/thm_map_set.pro)
NAME: SYNTAX: PURPOSE: INPUT: OUTPUT: KEYWORDS: HISTORY: Original version Eric Donovan and Brian Jackel 2007-02-10, hfrey, extend for cdf-files and tplot 2007-03-15, hfrey, thumbnails 2008-04-28, hfrey, run full full_minute with pgm VERSION: $LastChangedBy: hfrey $ $LastChangedDate: 2008-10-24 13:43:00 -0700 (Fri, 24 Oct 2008) $ $LastChangedRevision: 3811 $ $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/thmsoc/tags/tdas_5_1/idl/themis/ground/asi_mosaic/thm_mosaic_array.pro $
(See themis/ground/asi_mosaic/thm_mosaic_array.pro)
NAME: thm_asi_Imager_Readfile PURPOSE: This is intended to be a general tool for reading THEMIS-GBO imager data. At the moment it only deals with PGM files and has only been lightly tested on full (256x256) and row2 (376x1) frames. CATEGORY: Themis, Imager, File reading CALLING SEQUENCE: THM_ASI_IMAGER_READFILE,Filename,Images,[Metadata] INPUTS: Filename a string or array of strings containing valid image filenames or wildcard search expressions as used in "findfile". KEYWORDS: COUNT returns the number of image frames ALL_METADATA set to obtain more metadata, much slower (default=0) DEBUG set to increase verbosity (default=0) OUTPUTS: Images a WIDTH x HEIGHT x NFRAMES array of unsigned integers or bytes Metadata a NFRAMES element array of structures RESTRICTIONS: TBD EXAMPLES: Get one file, watch frames as movie filename="20051225_1100_whit_themis07_full.pgm.gz" THM_ASI_IMAGER_READFILE,filename,images,metadata,COUNT=nframes FOR indx=0,nframes-1 DO TVSCL,images[*,*,indx] Get 1 hour of data, summarize and display as keogram directory="\\themis-data\data\themis\imager\stream0\2005\12\25\whit_themis07\ut11\" THM_ASI_IMAGER_READFILE,directory+"*full.*",images,metadata,COUNT=nframes,/DEBUG keogram= TRANSPOSE(TOTAL(images[96:159,*,*],1)) TVSCL,keogram,ORDER=1 NOTES: PGM format is described on NetPBM home page at http://netpbm.sourceforge.net gzipped files (*.pgm.gz) can be read directly in IDL, bzip2 cannot early data (eg. ATHA 2004) were in PNG format with 1 frame per file MODIFICATION HISTORY: 2006-03-09 Bjj assembly and preliminary documentation VERSION: $LastChangedBy$ $LastChangedDate$ $LastChangedRevision$ $URL$
(See themis/ground/asi_mosaic/thm_asi_imager_readfile.pro)
NAME: thm_gbo_site_list SYNTAX: PURPOSE: INPUT: OUTPUT: KEYWORDS: HISTORY: original from Donovan 2007-03-16, hfrey update to local THEMIS dir VERSION: $LastChangedBy: hfrey $ $LastChangedDate: 2008-02-13 17:42:28 -0800 (Wed, 13 Feb 2008) $ $LastChangedRevision: 2372 $ $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/thmsoc/tags/tdas_5_1/idl/themis/ground/asi_mosaic/thm_gbo_site_list.pro $
(See themis/ground/asi_mosaic/thm_gbo_site_list.pro)