diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
commit | fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 (patch) | |
tree | bdda434976bc09c864f2e4fa6f16ba1952b1e555 /pkg/vocl/cl.par | |
download | iraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz |
Initial commit
Diffstat (limited to 'pkg/vocl/cl.par')
-rw-r--r-- | pkg/vocl/cl.par | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/pkg/vocl/cl.par b/pkg/vocl/cl.par new file mode 100644 index 00000000..729ede38 --- /dev/null +++ b/pkg/vocl/cl.par @@ -0,0 +1,56 @@ +# Parameter file for the IRAF command language. Defines all parameters +# affecting the operation of the CL (mode etc.), the global cursor list +# params, and some handy params of various data types: string(s1,s2,s3); +# integer(i,j,k); real(x,y,z). + +# Variables effecting cl operation. +args,s,h,,,,CL command line arguments +gcur,*gcur,a,,,,Graphics cursor +imcur,*imcur,a,,,,Image cursor +ukey,*ukey,a,,,,Global user terminal keyboard keylist +abbreviate,b,h,yes,,,Allow abbreviations in operand names? +echo,b,h,no,,,Echo CL command input on stderr? +ehinit,s,h,"nostandout eol noverify",,,Ehistory options string +epinit,s,h,"standout showall",,,Eparam options string +keeplog,b,h,no,,,Record all interactive commands in logfile? +logfile,f,h,"home$logfile.cl",,,Name of the logfile +logmode,s,h,"commands nobackground noerrors notrace",,,Logging control +lexmodes,b,h,yes,,,Enable conversational mode +menus,b,h,yes,,,Display menu when changing packages? +showtype,b,h,no,,,Add task-type suffix in menus? +notify,b,h,yes,,,Send done message when bkgrnd task finishes? +szprcache,i,h,4,1,10,Size of the process cache +version,s,h,"IRAF V2.16.1 Oct 2013",,IRAF version +logver,s,h,"",,,login.cl version +logregen,b,h,no,,,Updating of login.cl to current version is advised +release,s,h,"2.16",,,IRAF release +mode,s,h,ql,,,CL mode of execution (query or query+learn) + +auto,s,h,a,,,The next 4 params are read-only. +query,s,h,q +hidden,s,h,h +learn,s,h,l +menu,s,h,m + +# Misc scratch and temp variables. +# Handy boolean variables for interactive use. +b1,b,h,,,,b1 +b2,b,h,,,,b2 +b3,b,h,,,,b3 +# Handy integer variables for interactive use. +i,i,h,,,,i +j,i,h,,,,j +k,i,h,,,,k +# Handy real variables for interactive use. +x,r,h,,,,x +y,r,h,,,,y +z,r,h,,,,z +# Handy string variables for interactive use. +s1,s,h,,,,s1 +s2,s,h,,,,s2 +s3,s,h,,,,s3 +# Handy parameter for reading lists (text files). +list,*s,h,,,,list +# Line buffer for list files. +line,struct,h,,,,line +... |