AIPS (Astronomical Image Processing System) performs calibration, data analysis, image display, plotting, and more for astronomical data, primarily Radio Astronomy. It is developed and supported by the National Radio Astronomy Observatory.
Documentation
Usage
To see what versions of AIPS are available type
module avail AIPS
To see what other modules are needed, what commands are available and how to get additional help type
module help AIPS
To use AIPS, include a command like this in your batch script or interactive session to load the AIPS module:
module load AIPS
Be sure you also load any other modules needed, as listed by the module help AIPS
command.