next up previous contents
: 参考文献 : 便利なFTOOLS : fparkey  ; 目次

パラメタ関係

FTOOLS はパラメタを必要とします。 そのパラメタに関するコマンドがあります。

パラメタの情報を得るには次のようにします。 例として、``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?
                    :
のようにエディットされています。



WATANABE Manabu 平成12年8月10日