This page was created by the IDL library routine mk_html_help2.

Last modified: Fri Sep 19 14:20:01 2014.


Directory Listing of Routines


Routine Descriptions

SYNTAX:[1]

[Next Routine] [List of Routines]
 NAME:
 SYNTAX:
 PURPOSE:
 INPUT:
 OUTPUT:
 KEYWORDS:
 HISTORY:
 VERSION:
   $LastChangedBy$
   $LastChangedDate$
   $LastChangedRevision$
   $URL$

(See projects/themis/ground/asi_mosaic/thm_map_add_asi_fovs.pro)


SYNTAX:[2]

[Previous Routine] [Next Routine] [List of Routines]
 NAME:
 SYNTAX:
 PURPOSE:
 INPUT:
 OUTPUT:
 KEYWORDS:
 HISTORY:
 VERSION:
   $LastChangedBy$
   $LastChangedDate$
   $LastChangedRevision$
   $URL$

(See projects/themis/ground/asi_mosaic/thm_map_add_gb_sites.pro)


SYNTAX:[2]

[Previous Routine] [Next Routine] [List of Routines]
 NAME:
 SYNTAX:
 PURPOSE:
 INPUT:
 OUTPUT:
 KEYWORDS:
 HISTORY:
 VERSION:
   $LastChangedBy: crussell $
   $LastChangedDate: 2013-05-07 11:22:06 -0700 (Tue, 07 May 2013) $
   $LastChangedRevision: 12295 $
   $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/tags/spedas_1_00/projects/themis/ground/asi_mosaic/thm_map_add.pro $

(See projects/themis/ground/asi_mosaic/thm_map_add.pro)


SYNTAX:[3]

[Previous Routine] [Next Routine] [List of Routines]
 NAME:
 SYNTAX:
 PURPOSE:
 INPUT:
 OUTPUT:
 KEYWORDS:
 HISTORY:
 VERSION:
   $LastChangedBy$
   $LastChangedDate$
   $LastChangedRevision$
   $URL$

(See projects/themis/ground/asi_mosaic/thm_map_add_site_fieldofview.pro)


SYNTAX:[4]

[Previous Routine] [Next Routine] [List of Routines]
 NAME:
 SYNTAX:
 PURPOSE:
 INPUT:
 OUTPUT:
 KEYWORDS:
 HISTORY:
 VERSION:
   $LastChangedBy$
   $LastChangedDate$
   $LastChangedRevision$
   $URL$

(See projects/themis/ground/asi_mosaic/thm_map_gc_bjackel.pro)


SYNTAX:[5]

[Previous Routine] [Next Routine] [List of Routines]
 NAME:
 SYNTAX:
 PURPOSE:
 INPUT:
 OUTPUT:
 KEYWORDS:
 HISTORY:
 VERSION:
   $LastChangedBy$
   $LastChangedDate$
   $LastChangedRevision$
   $URL$

(See projects/themis/ground/asi_mosaic/thm_map_oplot_aacgm_2000_invariants.pro)


SYNTAX:[6]

[Previous Routine] [Next Routine] [List of Routines]
 NAME:
 SYNTAX:
 PURPOSE:
 INPUT:
 OUTPUT:
 KEYWORDS:
 HISTORY:
 VERSION:
   $LastChangedBy$
   $LastChangedDate$
   $LastChangedRevision$
   $URL$

(See projects/themis/ground/asi_mosaic/thm_map_oplot_geographic_grid.pro)


SYNTAX:[7]

[Previous Routine] [Next Routine] [List of Routines]
 NAME:
 SYNTAX:
 PURPOSE:
 INPUT:
 OUTPUT:
 KEYWORDS:
 HISTORY:
 VERSION:
   $LastChangedBy: hfrey $
   $LastChangedDate: 2009-10-27 16:56:18 -0700 (Tue, 27 Oct 2009) $
   $LastChangedRevision: 6900 $
   $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/tags/spedas_1_00/projects/themis/ground/asi_mosaic/thm_map_set.pro $

(See projects/themis/ground/asi_mosaic/thm_map_set.pro)


SYNTAX:[8]

[Previous Routine] [Next Routine] [List of Routines]
 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: 2013-06-12 15:13:14 -0700 (Wed, 12 Jun 2013) $
   $LastChangedRevision: 12520 $
   $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/tags/spedas_1_00/projects/themis/ground/asi_mosaic/thm_mosaic_array.pro $

(See projects/themis/ground/asi_mosaic/thm_mosaic_array.pro)


THM_ASI_IMAGER_READFILE

[Previous Routine] [Next Routine] [List of Routines]

 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 projects/themis/ground/asi_mosaic/thm_asi_imager_readfile.pro)


THM_GBO_SITE_LIST

[Previous Routine] [List of Routines]
 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: aaflores $
   $LastChangedDate: 2012-01-09 09:54:03 -0800 (Mon, 09 Jan 2012) $
   $LastChangedRevision: 9515 $
   $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/tags/spedas_1_00/projects/themis/ground/asi_mosaic/thm_gbo_site_list.pro $

(See projects/themis/ground/asi_mosaic/thm_gbo_site_list.pro)