構造解析プログラム一覧
 * CROSSEC -- CCP4 supported program [#xa463294]
 原子の異常分散項(F'、F")を求めるためのプログラムです。
 原子の異常分散項(F'、F")を計算によって求めるためのプログラムです。
 
 ** 使い方 [#o9a87c9a]
 原子名と波長を指定すればF'とF"の計算値を取得することができます。
  % crossec <<EOS
      ATOM SE
      NWAV 1 0.9797
  EOS
 もちろんこの値は計算値なので実際の測定で使うことはないと思いますが・・・
 
 ** パラメータ [#qc501f55]
 :ATOM|原子名
 :NWAV <No of wavelengths> <wavelength 1> ... <wavelength n>|求める波長
 :CWAV <No of wavelengths> <center> <step>|一連の異常分散項を求める
 :NORD <nord>|(Default 2).~
 Interpolation in the data file is governed by the NORD value as follows:
 - 0 -- Interpolation is by fitting three closest points to a quadratic. 
 - 1,2,3 etc. -- Use Aitken's interpolation method with NORD the interpolation order. 2 is probably the best value to use. 
 :VERB|Verbose output. The default is to only produce the final table (which can be viewed with XLOGGRAPH).