ASPCS
 
Back to Volume
Paper: SPPTOOLS: Programming Tools for the IRAF SPP Language
Volume: 52, Astronomical Data Analysis Software and Systems II
Page: 213
Authors: Fitzpatrick, Michael J.
Abstract: An IRAF package to assist in SPP code development and debugging is described. SPP is the machine-independent programming language used by virtually all IRAF tasks. Tools have been written to aide both novice and advanced SPP programmers with development and debugging by providing tasks to check the code for the number and type of arguments in all calls to IRAF VOS library procedures, list the calling sequences of IRAF tasks, create a database of identifiers for quick access, check for memory which is not freed, and a source code formatter. Debugging is simplified since the programmer is able to get a better understanding of the structure of his/her code, and IRAF library procedure calls (probably the most common source of errors) are automatically checked for correctness.
Back to Volume