This page was created by the IDL library routine mk_html_help2.

Last modified: Wed Apr 14 11:49:06 2010.


Directory Listing of Routines


Routine Descriptions

THM_CRIB_TPLOT

[Next Routine] [List of Routines]
 NAME: thm_crib_tplot
 
 PURPOSE:  Updated crib to demonstrate tplot basics. 
           You can run this crib by typing:
           IDL>.compile thm_crib_tplot
           IDL>.go
           
           When you reach a stop, press
           IDL>.c
           to continue
           
           Or you can copy and paste commands directly onto the command line
           
           


 SEE ALSO: thm_crib_tplot_layout.pro  (how to arrange plots within a window, and data within a plot)
           thm_crib_tplot_range.pro   (how to control the range and scaling of plots)
           thm_crib_tplot_annotation.pro  (how to control labels, titles, and colors of plots)
           thm_crib_tplot_export_print.pro (how to export images of plots into pngs and postscripts)

 NOTES:
   If you see any useful commands missing from these cribs, please let us know.
   these cribs can help double as documentation for tplot.

 $LastChangedBy: jimm $
 $LastChangedDate: 2010-04-07 14:48:41 -0700 (Wed, 07 Apr 2010) $
 $LastChangedRevision: 7469 $
 $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/thmsoc/tags/tdas_5_21/idl/themis/examples/tplot_cribs/thm_crib_tplot.pro $

(See themis/examples/tplot_cribs/thm_crib_tplot.pro)


THM_CRIB_TPLOT_ANNOTATION

[Previous Routine] [Next Routine] [List of Routines]
 NAME: thm_crib_tplot_annotation
 
 PURPOSE:  Crib to demonstrate tplot annotation commands  
           You can run this crib by typing:
           IDL>.compile thm_crib_tplot_annotation
           IDL>.go
           
           When you reach a stop, press
           IDL>.c
           to continue
           
           Or you can copy and paste commands directly onto the command line

 SEE ALSO: thm_crib_tplot.pro  (basic tplot commands)
           thm_crib_tplot_layout.pro  (how to arrange plots within a window, and data within a plot)
           thm_crib_tplot_range.pro   (how to control the range and scaling of plots)
           thm_crib_tplot_export_print.pro (how to export images of plots into pngs and postscripts)


 NOTES:
  1.  As a rule of thumb, "tplot_options" controls settings that are global to any tplot
   "options" controls settings that are specific to a tplot variable
   
  2.  If you see any useful commands missing from these cribs, please let us know.
   these cribs can help double as documentation for tplot.

 $LastChangedBy: jimm $
 $LastChangedDate: 2010-04-07 14:48:41 -0700 (Wed, 07 Apr 2010) $
 $LastChangedRevision: 7469 $
 $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/thmsoc/tags/tdas_5_21/idl/themis/examples/tplot_cribs/thm_crib_tplot_annotation.pro $

(See themis/examples/tplot_cribs/thm_crib_tplot_annotation.pro)


THM_CRIB_TPLOT_EXPORT_PRINT

[Previous Routine] [Next Routine] [List of Routines]
 NAME: thm_crib_tplot_export_print
 
 PURPOSE:  Crib to demonstrate tplot export commands
           You can run this crib by typing:
           IDL>.compile thm_crib_tplot_export
           IDL>.go
           
           When you reach a stop, press
           IDL>.c
           to continue
           
           Or you can copy and paste commands directly onto the command line

 SEE ALSO: thm_crib_tplot.pro  (basic tplot commands)
           thm_crib_tplot_layout.pro  (how to arrange plots within a window, and data within a plot)
           thm_crib_tplot_range.pro   (how to control the range and scaling of plots)
           thm_crib_tplot_annotation.pro  (how to control labels, titles, and colors of plots)

 NOTES:
   If you see any useful commands missing from these cribs, please let us know.
   these cribs can help double as documentation for tplot.

 $LastChangedBy: jimm $
 $LastChangedDate: 2010-04-07 14:48:41 -0700 (Wed, 07 Apr 2010) $
 $LastChangedRevision: 7469 $
 $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/thmsoc/tags/tdas_5_21/idl/themis/examples/tplot_cribs/thm_crib_tplot_export_print.pro $

(See themis/examples/tplot_cribs/thm_crib_tplot_export_print.pro)


THM_CRIB_TPLOT_LAYOUT

[Previous Routine] [Next Routine] [List of Routines]
 NAME: thm_crib_tplot_layout
 
 PURPOSE:  Crib to demonstrate tplot layout commands  
           You can run this crib by typing:
           IDL>.compile thm_crib_tplot_layout
           IDL>.go
           
           When you reach a stop, press
           IDL>.c
           to continue
           
           Or you can copy and paste commands directly onto the command line

 SEE ALSO: thm_crib_tplot.pro  (basic tplot commands)
           thm_crib_tplot_range.pro   (how to control the range and scaling of plots)
           thm_crib_tplot_annotation.pro  (how to control labels, titles, and colors of plots)
           thm_crib_tplot_export_print.pro (how to export images of plots into pngs and postscripts)
           thm_crib_tplot_overlay.pro(how to overlay spectral plots)

 NOTES:
   If you see any useful commands missing from these cribs, please let us know.
   these cribs can help double as documentation for tplot.

 $LastChangedBy: jimm $
 $LastChangedDate: 2010-04-07 14:48:41 -0700 (Wed, 07 Apr 2010) $
 $LastChangedRevision: 7469 $
 $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/thmsoc/tags/tdas_5_21/idl/themis/examples/tplot_cribs/thm_crib_tplot_layout.pro $

(See themis/examples/tplot_cribs/thm_crib_tplot_layout.pro)


THM_CRIB_TPLOT_RANGE

[Previous Routine] [List of Routines]
 NAME: thm_crib_tplot_range
 
 PURPOSE:  Crib to demonstrate tplot range commands  
           You can run this crib by typing:
           IDL>.compile thm_crib_tplot_range
           IDL>.go
           
           When you reach a stop, press
           IDL>.c
           to continue
           
           Or you can copy and paste commands directly onto the command line

 SEE ALSO: thm_crib_tplot.pro  (basic tplot commands)
           thm_crib_tplot_layout.pro  (how to arrange plots within a window, and data within a plot)
           thm_crib_tplot_annotation.pro  (how to control labels, titles, and colors of plots)
           thm_crib_tplot_export_print.pro (how to export images of plots into pngs and postscripts)

 NOTES:
   If you see any useful commands missing from these cribs, please let us know.
   these cribs can help double as documentation for tplot.


 $LastChangedBy: jimm $
 $LastChangedDate: 2010-04-07 14:48:41 -0700 (Wed, 07 Apr 2010) $
 $LastChangedRevision: 7469 $
 $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/thmsoc/tags/tdas_5_21/idl/themis/examples/tplot_cribs/thm_crib_tplot_range.pro $

(See themis/examples/tplot_cribs/thm_crib_tplot_range.pro)