このページは?
副鏡測定の解析を行う人のためのページです。
下記の一連の繰り返しで最適位置を探し出す。
以下、アカウントが複数あるので要注意。
.LCKファイルをコピー aste-2c -> aste-mx2
aste08@aste-mtx2[~/sbrf08/continuum]% rsync -avz -e ssh aste08@aste-2c:~/sbrf08/continuum/data/'C80315*.LCK' ~/sbrf08/continuum/data/
ログファイルをコピー aste-1c -> aste-2c -> aste-mt1 (aste-1c -> antlog の rsync の結果は、リスト作成時に使用する)
aste08@aste-2c[~]: rsync -avz -e ssh asteobs@aste-1c:/log/7/'real20080315*' ~/antlog/ aste08@aste-mx2[~]: rsync -avz -e ssh aste08@aste-2c:~/antlog/'real20080315*' ~/antlog/
astebeam@aste-mx2[~]: source .cshrc.linux # <-- 当面はおまじないと思ってください astebeam@aste-mx2[~]: cd ~/subref/observations astebeam@aste-mx2[~/subref/observations]: ssh aste08@aste-2c 'grep "Mar 15" /log/6/mess | grep START | grep -v Cosmos | grep -v SEND' | awk '{print $9,$8}' | sed -e "s/aste08.sbrf08.//;s/' 08/.start C8/;s/00.000/.LCK/" > C80315sat1.list
satzc3.start C803150134.LCK real20080315013322 stsbc3a.start C803150137.LCK real20080315013614 ←stsbc3?の並びは以下の通り stsbc3b.start C803150143.LCK real20080315014246 (間隔はX,Y共に1mm) stsbc3c.start C803150150.LCK real20080315014849 e stsbc3d.start C803150156.LCK real20080315015546 d ↑X stsbc3e.start C803150202.LCK real20080315020145 g f a h i ←Y stsbc3a.start C803150208.LCK real20080315020744 b stsbc3f.start C803150214.LCK real20080315021346 c stsbc3g.start C803150220.LCK real20080315021946 stsbc3h.start C803150226.LCK real20080315022546 stsbc3i.start C803150232.LCK real20080315023145 stsbc3a.start C803150238.LCK real20080315023743
求まるのは、
astebeam@aste-mx2[~/subref/observations]: subref_redux 080315 C80315sat1.list
により、
astebeam@aste-mx2:~/subref/observations/080315/
配下に、結果が出力される。
/subref/observations/080315/ に生成されたデータファイルの内容は下記:
データの並び: X, Y, Z, AZ, EL, C8..., peak, width, peak, width, ...
データの並び: date, time, AZ, EL, gauss_norm, center(mm), width(mm)
異常と思われる peak, width のセットの数値の頭に "?" をつけてコメントアウト(e.g., ?peak, ?width)する。
y = a*(x-b)**2+c の形の二次関数で X,Y のデータをフィットする。その際に、fitting parameter の初期値を指定する必要がある。
astebeam@aste-mx2[~/subref/observations/080315]: sbrf_fit.pl C80315sat1 -6. 0.1 25. -5. 35. ↑引数は、ファイルroot名, a,b,cの初期値,fit範囲
生成PostScriptファイル(3ページ)上で以下を確認する。
astebeam@aste-mx2[~/subref/observations/080315]: gv C80315sat1.ps
以上