task

fitld
FITSファイルのロード
task 'fitld'  
inf 'fits:SiO.FITS'  /入力ファイル名
outn 'SiO'  /AIPSでのファイル名
outcl '' /AIPSでのクラス名

fittp
FITSファイルで出力
task 'fittp'
getn 3  
outfile 'fits:RATIO.fits'  出力ファイル名
outtape 0  ハードディスクに書き出し


comb
画像の四則計算

TASK ’COMB’
GETN 1
GET2N 2
OUTN ’ratio’
OPCODE ’DIV’

opcode
足し算:sum
割り算:div

verb

imstat
統計をとる

tvall
ディスプレイに表示させる

tvwin
ディスプレイで範囲を指定する

zap
カタログの削除
FOR I = n TO m ; GETN I ; ZAP ; END


mcube

task 'mcube'
inname 'OBJ_CLN'
inclass 'ICLN'
inseq 97 !sequence number 97から
in2seq 24 !24まで足し合わせる
in3seq -1 !-1おきに
outname 'N3079AL_NA2'
outclass 'cube'
axref 0; ax2ref 0
npoints 76 !97-24+1=76個のchannelを足し合わせる。
inp



momnt


tget momnt
indi
getn 17
outn inn
outc ''
cellsize 5 5
icut 0
flux 0.06
blc 0
trc 0
outdi 1
inp
go

もろもろ

Convolutionをかける[CONVL]
下駄をはかせる/定数をかける[RESCALE]
画像に対する算術計算[MATH]
(logをとったりとか)
ある値以下のpixelをbull,value等に置換する[BLANK]
dparm(3)=(cut levelを指定)
dparm(5)=1・・・dparm(6)で指定した値に置換
dparm(5)=0・・・nullに


CUBEを分解する[SUBIM]

for i=1:45;outseq i;blc(3)=i;trc(3)=i+1;go subim;wait subim;end


起動

source /usr/local/aips/LOGIN.SH
$CDTST
aips tv=local

タグ:

+ タグ編集
  • タグ:

このサイトはreCAPTCHAによって保護されており、Googleの プライバシーポリシー利用規約 が適用されます。

最終更新:2009年06月04日 17:49