This page was created by the IDL library routine mk_html_help2.

Last modified: Tue May 7 11:36:21 2013.


Directory Listing of Routines


Routine Descriptions

INIT_CRIB_COLORS

[Next Routine] [List of Routines]
NAME: init_crib_colors

PURPOSE: Sets default plotting colors.

        *This is not a crib sheet*
        
        Defaults to black pen on white background, rainbow color scheme.

ARGUMENTS:   
   COLORTABLE: Index specifying the desired color table to be passed to LOADCT2

(See ssl_general/examples/init_crib_colors.pro)


THM_CRIB_TPLOT

[Previous Routine] [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: aaflores $
 $LastChangedDate: 2012-04-06 14:57:18 -0700 (Fri, 06 Apr 2012) $
 $LastChangedRevision: 10300 $
 $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/ssl_general/tags/tdas_8_00/examples/thm_crib_tplot.pro $

(See ssl_general/examples/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: aaflores $
 $LastChangedDate: 2013-01-29 12:50:00 -0800 (Tue, 29 Jan 2013) $
 $LastChangedRevision: 11496 $
 $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/ssl_general/tags/tdas_8_00/examples/thm_crib_tplot_annotation.pro $

(See ssl_general/examples/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: aaflores $
 $LastChangedDate: 2011-10-26 17:21:28 -0700 (Wed, 26 Oct 2011) $
 $LastChangedRevision: 9206 $
 $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/ssl_general/tags/tdas_8_00/examples/thm_crib_tplot_export_print.pro $

(See ssl_general/examples/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: pcruce $
 $LastChangedDate: 2013-01-08 13:45:30 -0800 (Tue, 08 Jan 2013) $
 $LastChangedRevision: 11401 $
 $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/ssl_general/tags/tdas_8_00/examples/thm_crib_tplot_layout.pro $

(See ssl_general/examples/thm_crib_tplot_layout.pro)


THM_CRIB_TPLOT_RANGE

[Previous Routine] [Next 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: egrimes $
 $LastChangedDate: 2013-04-02 08:27:45 -0700 (Tue, 02 Apr 2013) $
 $LastChangedRevision: 11933 $
 $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/ssl_general/tags/tdas_8_00/examples/thm_crib_tplot_range.pro $

(See ssl_general/examples/thm_crib_tplot_range.pro)


TIME_CORRELATE_CRIB.PRO

[Previous Routine] [List of Routines]
 NAME:
       time_correlate_crib.pro 

 PURPOSE:
       crib sheet demonstrating the use of:
       ssl_general/misc/ssl_correlate_tplot
      


 CATEGORY:
       THEMIS-SOC

 CALLING SEQUENCE:
       .run time_correlate_crib.pro

 OUTPUTS:
       
 KEYWORDS:

 COMMENTS: 


 PROCEDURE:

 EXAMPLE:

 MODIFICATION HISTORY:
       Written by: Patrick Cruce(pcruce@gmail.com) 2007-05-24 V1.0

 KNOWN BUGS:

(See ssl_general/examples/time_correlate_crib.pro)