IDL Access Tools

Introduction  |   Getting Started  |  Tutorial:  1  2  3  4  5  |   Extended Help

** DRAFT ** DRAFT ** ** DRAFT ** DRAFT ** ** DRAFT **



Getting Started

The IDL tools have been written for use with IDL 4.0 or later, and have been tested on the following platforms: SGI Indigo 2 (IRIX 6.2) and Sun SPARCstation-20 (SunOS 5.5.1).

Instructions on using the tools and downloading data are available for both P-cube and TOVS Path-P products.


Instructions for P-cube CD Users

To run the tools directly from the CD, please perform the following steps. Implementation of each step will vary depending on your operating system and shell.

  1. Add the path to the tools on the CD to your IDL path
  2. Set the startup file
  3. Pick a fixed-width font for your output log
  4. Restart IDL
  5. Begin using the tools with the tutorial
  1. Add the path to the tools on the CD to your IDL path. Be sure to add the new path without eliminating any existing paths.
  2. Set the startup file.
  3. When you use this file, IDL will compile each of the tools programs in the correct order, and will set the device visual so that the display colors behave correctly. The tools were built assuming that PseudoColor is used on unix systems, and decomposed color is turned off on Win95 systems. Unexpected results will occur on the color displays if you run the tools using TrueColor. If you use a customized startup file, you may wish to merge the startup file from the CD with your own customizations.

  4. Pick a fixed-width font for your output log. Some of the tools display text output in the IDL window. The output will be easier to read if you are using a fixed-width font (e.g. Courier or Courier New).
  5. Restart IDL. Your display should look like this:
    IDL Version 4(or 5).x. Research Systems, Inc.
    Installation number: xxxx.
    Licensed for use by: your company/institution
    
    For basic information, enter "IDLInfo" at the IDL> prompt.
    
    % Compiled module: COLORBAR.
    % Compiled module: BLANK_LEGEND.
    % Compiled module: MAKE_LEGEND.
    % Compiled module: PAINT_LEGEND.
    % Compiled module: SNOWICE_LEGEND.
    % Compiled module: OCEAN_LEGEND.
    % Compiled module: SSMI_CONVERT.
    % Compiled module: SSMI_INVERSE.
    % Compiled module: EASE_CONVERT.
    % Compiled module: EASE_INVERSE.
    % Compiled module: PPPU_ADD_SDS.
    % Compiled module: PPPU_FILES.
    % Compiled module: PPPU_GET_SDS_DESCRIPTIONS.
    % Compiled module: PPPU_IS_ANCILLARY_SDS.
    % Compiled module: PPPU_YYYYDOY_TO_JULDAY.
    % Compiled module: PPP_READ.
    % Compiled module: PPP_TOC.
    % Compiled module: PPP_EXTRACT.
    % Compiled module: PPP_STATS.
    % Compiled module: PPP_PLATFORM.
    % Compiled module: PPP_PLOT.
    % Compiled module: PPP_PLOT_XPARAMS.
    % Compiled module: PPP_COMPARE.
    % Compiled module: PPP_SHOW.
    % Compiled module: PPP_ANIMATE.
    % Compiled module: PPP_SAVE.
    % Compiled module: PPP_RESTORE.
    % Compiled module: PLAY_GIF.
    % Compiled module: PPP_PLATFORM
    
    The Polar Pathfinder P-cube/TOVS IDL access routines are now installed.
    
    Please refer to index.html in the HTML documentation
      for more information about these tools, including extended 
      help documentation.
    
    Select Platform:
    Enter 1 for P-cube
    Enter 2 for TOVS Path-P
    :
    
  6. The prompt at the end of the installation requires you to select either P-cube (by typing '1') or TOVS Path-P (by typing '2') mode. You can use the procedure ppp_platform at any time to switch data sets.

    If you see compilation errors during startup, the first thing to check is that you might have overwritten your current IDL_PATH (instead of appending the CD path to your existing path, thereby causing IDL to lose track of standard IDL functions like MOMENT, LABEL_DATE and CONGRID). The way to check this at this point would be to print the value of IDL_PATH and confirm output that looks something like this:

    IDL> print,getenv("IDL_PATH") 
    /CDROM/TOOLS/IDL:+/usr/local/rsi/idl5.1/idl_5.1/lib:+/usr/local/rsi/idl5.1/idl_5.1/examples
    IDL> 
    

    And not like this:

    IDL> print,getenv("IDL_PATH") 
    /CDROM/TOOLS/IDL
    IDL> 
    

    If you did overwrite your IDL_PATH, you must start a new window to get the original path back before re-executing the setenv commands above.

  7. Begin using the tools with the tutorial. Please refer to the Access Tools extended documentation and the tutorial for examples and suggestions on how to run the tools.

Instructions for TOVS Path-P Users

The IDL tools require the TOVS Path-P data files to be organized in a specific way on your disk (P-cube data files are already organized properly). All the data files must be placed under the same base directory. The ancillary data file must be in the base directory, while the daily data files must be in yearly subdirectories under the base directory. The directory name of each yearly subdirectory must be the 4-digit year. The easiest way to ensure that your directory is set up properly is to download the daily data tar files to the base directory and untar them from there. The yearly subdirectories will be created automatically.

For example:

To download and run the tools from the TOVS Path-P FTP site, please perform the following steps. Implementation of each step will vary depending on your operating system and shell.

  1. Download tools from the TOVS Path-P FTP site
  2. Add the path to the tools to your IDL path
  3. Set the startup file
  4. Pick a fixed-width font for your output log
  5. Restart IDL
  6. Begin using the tools with the tutorial
  1. Download tools from the TOVS Path-P site
  2. Add the path to the tools to your IDL path. Be sure to add the new path without eliminating any existing paths.
  3. Set the startup file.
  4. When you use this file, IDL will compile each of the tools programs in the correct order, and will set the device visual so that the display colors behave correctly. The tools were built assuming that PseudoColor is used on unix systems, and decomposed color is turned off on Win95 systems. Unexpected results will occur on the color displays if you run the tools using TrueColor. If you use a customized startup file, you may wish to merge the startup file provided with your own customizations.

  5. Pick a fixed-width font for your output log. Some of the tools display text output in the IDL window. The output will be easier to read if you are using a fixed-width font (e.g. Courier or Courier New).

  6. Restart IDL. Your display should look like this:
    IDL Version 4(or 5).x. Research Systems, Inc.
    Installation number: xxxx.
    Licensed for use by: your company/institution
    
    For basic information, enter "IDLInfo" at the IDL> prompt.
    
    % Compiled module: COLORBAR.
    % Compiled module: BLANK_LEGEND.
    % Compiled module: MAKE_LEGEND.
    % Compiled module: PAINT_LEGEND.
    % Compiled module: SNOWICE_LEGEND.
    % Compiled module: OCEAN_LEGEND.
    % Compiled module: SSMI_CONVERT.
    % Compiled module: SSMI_INVERSE.
    % Compiled module: EASE_CONVERT.
    % Compiled module: EASE_INVERSE.
    % Compiled module: PPPU_ADD_SDS.
    % Compiled module: PPPU_FILES.
    % Compiled module: PPPU_GET_SDS_DESCRIPTIONS.
    % Compiled module: PPPU_IS_ANCILLARY_SDS.
    % Compiled module: PPPU_YYYYDOY_TO_JULDAY.
    % Compiled module: PPP_READ.
    % Compiled module: PPP_TOC.
    % Compiled module: PPP_EXTRACT.
    % Compiled module: PPP_STATS.
    % Compiled module: PPP_PLATFORM.
    % Compiled module: PPP_PLOT.
    % Compiled module: PPP_PLOT_XPARAMS.
    % Compiled module: PPP_COMPARE.
    % Compiled module: PPP_SHOW.
    % Compiled module: PPP_ANIMATE.
    % Compiled module: PPP_SAVE.
    % Compiled module: PPP_RESTORE.
    % Compiled module: PLAY_GIF.
    % Compiled module: PPP_PLATFORM
    
    The Polar Pathfinder P-cube/TOVS IDL access routines are now installed.
    
    Please refer to index.html in the HTML documentation, 
      for more information about these tools, including extended 
      help documentation.
    
    Select Platform:
    Enter 1 for P-cube
    Enter 2 for TOVS Path-P
    :
           

    The prompt at the end of the installation requires you to select either P-cube (by typing '1') or TOVS Path-P (by typing '2') mode. You can use the procedure ppp_platform at any time to switch data sets.

    If you see compilation errors during startup, the first thing to check is that you might have overwritten your current IDL_PATH (instead of appending the IDL tools directory to your existing path, thereby causing IDL to lose track of standard IDL functions like MOMENT, LABEL_DATE and CONGRID). The way to check this at this point would be to print the value of IDL_PATH and confirm output that looks something like this:

    IDL> print,getenv("IDL_PATH") 
    /usr/me/tovs/IDL_tools:+/usr/local/rsi/idl5.1/idl_5.1/lib:+/usr/local/rsi/idl5.1/idl_5.1/examples
    IDL> 
    

    And not like this:

    IDL> print,getenv("IDL_PATH") 
    /usr/me/tovs/IDL_tools
    IDL> 
    

    If you did overwrite your IDL_PATH, you must start a new window to get the original path back before re-executing the setenv commands above.

  7. Begin using the tools with the tutorial. Please refer to the Access Tools extended documentation and the tutorial for examples and suggestions on how to run the tools.