PLIST(L) UNIX Programmer's Manual PLIST(L) NAME plist - list parameters from one or more IRAF-style parame- ter files SYNOPSIS plist [ paramfile1... ] DESCRIPTION plist displays the parameters from each paramfile in sequence on the standard output. Thus: example% plist src displays the contents of the src parameter file on the stan- dard output: Parameters for 'src' contained in '/home/eric/uparm/src.par': qpoe = "/pros/qpoe/small.qp" QPOE file (region = "c 512 512 100") region descriptor (mode = "ql") The display is nearly identical to the IRAF command lparam. As in the IRAF command, hidden parameters are displayed in parenthesis. A .par extension will be added to the paramfile name, if no extension is specified. If the file is not located in the directory specified by the paramfile, the directory pointed to by the UPARM environment variable will be searched. OPTIONS none ENVIRONMENT The environment variable UPARM specifies the directory in which to look for the parameter file, if the pathname of the file is not part of the paramfile specification. SEE ALSO pget(l), plist(l), pquery(l), punlearn(l), pset(l) NOTES AUTHOR The original IRAF parameter interface was developed by the IRAF development group at NOAO, led by Doug Tody. Eric Mandel and John Roll (SAO) developed the IRAF- compatible host interface. Bruce O'Neel developed the current version based on XPI.