HESSI Data Analysis Software

Contents

Look also at the data analysis software pages on the GSFC HESSI site for additional information on software.


User's Guides


Software Reference Manuals


Imaging Documentation


Spectroscopy Documentation


Objects Documentation


Developers' Pages


Software Installation Instructions

The HESSI software requires IDL Version 5.3 or higher.

The HESSI IDL software exists as part of the Solar SoftWare (SSW) package. Access to the following SSW directories is required to run the HESSI software:

The HESSI SSW directory contains both the current version of software under development and the most recent release of software. You can choose which environment to run under by setting your path appropriately (described separately for UNIX and Windows below).

On UNIX platforms, and now Windows platforms as well, scripts can be run for easy installation as well as automatic mirroring on a regular basis.

However, scripts to set up the IDL environment (environment variables to define the IDL path, data directories, and more) are available only for UNIX.  In UNIX,  shell scripts are used to define these environment variables before entering IDL.  In Windows, environment variables must be set up manually by adding commands to the IDL startup file.  Scripts for automating the setup to work more like the UNIX setup are being developed.

Note: The HESSI data analysis software is experimental. It is important that you report any software bug you may find.

UNIX installation

  1. Install IDL Version 5.3 or higher.
  2. Install the SSW tree on your machine. Follow the ssw installation instructions. In the installation form, be sure to select the following instruments:
  3. Also follow the instructions for either automatic or manual SSW upgrades.
  4. Your .login file should define the SSW (top SSW directory) and SSW_INSTR (a list of instruments whose software should be included in the path) environment variables and run the default setup script. For example the following lines might be in your .login file:
  5. setenv SSW /service/soho-archive/home/solarsoft
    setenv SSW_INSTR 'hessi xray spex'
    source $SSW/gen/setup/setup.ssw

  6. Select HESSI software version. The default version is the latest Release. To select the current development version instead, copy the file $SSW/hessi/setup/setup.hessi_env to your $HOME directory and edit it to look like:
  7. #!/bin/csh -f
    #set the top level for the SSW hessi directory
    setenv SSW_HESSI $SSW/hessi
    setenv SSWDB_HESSI $SSW_HESSI/dbase

  8. Start IDL using the command sswidl.
  9. Now you should be able to use the HESSI software. Try it by typing hessi_image, which will run a demo.

Note: If the SSW tree NFS-mounted, skip step 2 above.

Windows installation

Procedures to automate the installation and maintenance of SSW on Windows have been developed recently.  Setup scripts equivalent to the UNIX setup.ssw are currently in progress.

  1. Install IDL Version 5.3 or higher.
  2. Follow these instructions  to install the SSW tree on your machine and set up your IDL startup file.

Note: If the SSW directories are NFS-mounted from a Unix server, you only need to follow the steps pertaining to the idl_startup_windows.pro file.



Andre Csillaghy / Kim Tolbert / Merrick Berg

Last modified: Thu Jun 14 14:25:16 PDT 2001