next up previous contents
Next: How parameter files are Up: pil Previous: Sample programs   Contents


IRAF parameter files

The purpose of PIL library is to enable ISDC applications access IRAF compatible parameter files. IRAF parameter file is a text file. Every line describes single parameter. Format is as follows :

    name,type,mode,default,min,max,prompt

As an example :

      pressure,r,ql,1013,,,"Enter atmospheric pressure in hPa"

describes parameter named pressure of type real, mode = query + learn, with default value = 1013, no range checking and prompt

   "Enter atmospheric pressure in hPa"

Empty lines and lines beginning with '#' are considered to be comment lines.


next up previous contents
Next: How parameter files are Up: pil Previous: Sample programs   Contents
Bryan Irby 2004-10-05