Look also at the data analysis software pages on the GSFC HESSI site for additional information on software.
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.
setenv SSW /service/soho-archive/home/solarsoft
setenv SSW_INSTR 'hessi xray spex'
source $SSW/gen/setup/setup.ssw
#!/bin/csh -f
#set the top level for the SSW hessi directory
setenv SSW_HESSI $SSW/hessi
setenv SSWDB_HESSI $SSW_HESSI/dbase
Note: If the SSW tree NFS-mounted, skip step 2 above.
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.
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