パラメタの情報を得るには次のようにします。 例として、``fdump''のパラメタをみてみます。
sonobe@izayoi 68 > plist fdump
infile = image.fits Name of FITS file and [ext#]
outfile = STDOUT Name of optional output file
columns = - Names of columns
rows = - Lists of rows
(pagewidth = 80) Page width
(prhead = yes) Print header keywords?
(prdata = yes) Print data?
(showcol = yes) Print column names?
(showunit = yes) Print column units?
(showrow = yes) Print row numbers?
(showscale = yes) Show scaled values?
(align = yes) Align columns with names?
(skip = 1) Print every nth row
(tdisp = no) Use TDISPn keywords?
(wrap = no) Display entire row at once?
(page = yes) Page through output to terminal
more = yes More?
(mode = ql)
()で囲まれているキーワードは隠しパラメタです。
例えば、prhead を no にしたいときは、
sonobe@izayoi 72 > pset fdump prhead=noとします。もう一度 plist をすると、
sonobe@izayoi 72 > pset fdump pagewidth=100
:
(prhead = no) Print header keywords?
:
のようにエディットされています。