next up previous contents
: 画像合成プログラムの詳細 : IDLをつかわない解析 : 画像合成   目次

AIPS利用のための前処理

電波天文学で標準的な画像合成ソフトパッケージであるAIPSを 利用するために必要な前処理について述べる。これにはNoRHの 生データをAIPSで利用可能なフォーマットに再構成する必要がある。 そのためのプログラムが c2fitsである。

17GHzのデータであれば
unix% c2fits17 $<$ input $<$CR$>$
34GHzのデータであれば
unix% c2fits34 $<$ input $<$CR$>$
とする。入力ファイルの書式 (見本が ${NORH} /soft/c2fits以下に置いてある)は


Inputs file for C2FITS17
------------------------------------------------------------------
Data file path and prefix     : ./ss17921008
Ephemeris file path and name  : ./sz00921008001
Frame info file path and name : ./info
Phase diff file path and name : ../../../data/rlphdif/sun0706_2rlphdif
Output file path and name     : 921008F
Start time                    : 110000
End time                      : 111000
UT or JST?                    : JST
Image Averging time           :  10
Image Increment               : 300
Smoothing Time (sec)          :   1
Bypass Amplitude Calibration? :  NO
Fixed Calibration Interval?   :  NO
Start time of interval        : 120001
End time of interval          : 120010
Dump calibration solutions?   :  NO
Skip output of FITS files?    :  NO
------------------------------------------------------------------

Note 1: The meaning of bypassing the amplitude calibration is that
        instead of computing the amplitude of the complex gains
        explicitly, the value 1.0 is used for all antennas. If the
        amplitude calibration is bypassed the amplitude smoothing
        time is ignored.

Note 2: If a fixed calibration interval is used, the smoothing time
        is ignored. It is assumed that the time standard for the
        fixed calibration interval is the same as that of the data
        interval.





Takaaki YOKOYAMA 平成12年10月25日