-副鏡立ち上げの際に便利なメモ。隊長用。 -29-Aug-09 - YT - created. -28-Apr-10 - BH - modified for 2010 session. -16-Sep-10 - YT - modified for 2010 B8QM session. -23-Sep-10 - YT - added a description on updating reduction scripts. -14-Jun-12 - YT - added a description on what the leader should do. -目次 #contents * What the CSV leader should do [#ubc260f1] 以下に、隊長がすべきことをリストします。 ** 測定前の準備 [#vce5c623] - 一般的な準備 -- 人員体制の整備 -- 器差ファイルの更新 -- 環境設定ファイルの更新 (.subrefrc) -- 指示書の更新 - 測定に関係する準備 -- 副鏡測定 (focus, radio pointing) に使用する惑星の選定 -- iOPT を併用した radio pointing を行う場合に使用する、使用惑星近傍の恒星の選定 ** 測定後 [#yc40e9a7] - 器差ファイルの更新 * azelplot の作成 [#z3070e08] + aste-mx2 にログイン、azelp を起動 // (my terminal) $ ssh asteobs@aste-mx2.mtk.nao.ac.jp -X #最初から aste10 アカウントでログインしても良いが。。 asteobs@aste-mx2 $ azelp & // + azelp で描画 -- 副鏡関係 (focus, pointing) 測定で使用する天体のソーステーブルは、すべて ''aste-mx2:/home/aste10/calib10/obstable/ 配下'' にある。下記のように設定。 --- Site: ASTE(AST) --- Date: 2013/08/01 --- Time: 12 hrs --- Directory: /home/aste10/calib10/obstable ([Select] ボタンから上記パスに set してもよい) // --[Plot] ボタンでプロットを確認後、[Print] ボタンを押下。このとき、ASTE室でプリンタにハードコピーが出るが、それは無視して、プリンタに送った PS データを拾えばよい (対症療法...)。 // asteobs@aste-mx2 $ cp /var/tmp/azelp_asteobs.ps . // + PSファイルの転送 --あとは、scp 等で、お手元に PS ファイルを転送。(以上) * 器差ファイル (instrument model) の更新 [#ude5cf02] ** 器差ファイルのパラメタの定義 [#xda9d51a] 器差ファイル(inst. model)の各パラメタの定義は下記のとおり。 -ポインティング P1:(P1-F4+G1) # AZ - sin(EL)係数 P2:(A2+C1) # dAZ - DCオフセット (degree) P3:(A3) # dAZ - cos(EL)係数 P6:(B3+D0+F3+G2+C2) # dEL - DCオフセット (degree) P7:(D1-H5) # dEL - sin(EL)係数 P8:(D2+H6) # dEL - cos(EL)係数 -副鏡位置 A1 # X - sin(EL)係数 A2 # X - cos(EL)係数 A3 # X - DCオフセット (mm) A6 # Y - DCオフセット (mm) A7 # Z - sin(EL)係数 A8 # Z - cos(EL)係数 A9 # Z - DCオフセット (mm) 詳細はF社資料を。&ref(Observation and Analysis/SubRef/Document/FJASTE2001_Kisa.pdf); ** 変更手順 [#o9a5b53b] 器差ファイルは、山頂のマシン aste-2c に置かれている。astecntlユーザでaste-2cにログインして作業を行う。以下は、CATS345受信機のinstrument modelに対する更新手順の例。2009年7月29日に作成した器差ファイルを2009年08月01日に作成した器差ファイルに入換える作業を例にとった。 astecntl@aste-2c % cd /cosmos3/aste/etc/kisag/ astecntl@aste-2c % cp CATS3.090729 CATS3.090801 astecntl@aste-2c % vi CATS3.090801 P2 = +0.0012345678 # (before was +0.0020791) P6 = +0.0176543210 # (before was +0.0171640) P7 = +0.0034567890 # (before was +0.0030827) P8 = ... A9 = +0.7777777777 # (before was -0.774) astecntl@aste-2c % rm CATS3 # delete an old symbolic link, CATS3, to CATS3.090729 astecntl@aste-2c % ln -s CATS3.090801 CATS3 # create a new link to CATS3.090801 //======================================== * 指示書の更新 [#y0a2059f] ** 過去の指示書を使い回す [#f12c9dfb] -過去(できれば前シーズン)の副鏡測定の指示書を、今期使用するディレクトリ(/home/aste09/sbrf09/obstable)にコピーする -内容を編集し、下記の5行を書き換える % OBSERVER=aste10 % GROUP=aste10 % PROJECT=sbrf10 ..(中略).. SET CONT_BE GROUP 'aste10' SET CONT_BE PROJECT 'sbrf10' ** 過去の指示書を使い回す(標準天体、ポインティング用) [#o3f61837] - aste-mx2:/home/aste08/calib08/obstable/ 以下の指示書すべて (*.start, *.tune, dev_ast*, obs.*, scn_*, src_*) を、/home/(group)/(project)/obstable/ 以下にコピーする。remake_obstab.sh も同様にコピーする。 - remake_obstab.sh を編集する。 -- 下記の行のうち、aste08, calib08 をコピー先の group, project名にする。(2つめのaste08は観測者の名前として入れてある) perl ${AOBS_DIR/aobss.pl aste08 calib08 aste08 ${i%.start} start > ${i%.start}.start perl ${AOBS_DIR/aobss.pl aste08 calib08 aste08 ${i%.start} tune > ${i%.start}.tune たとえば、上を以下のように書き換える。 perl ${AOBS_DIR/aobss.pl aste10 calib10 aste10 ${i%.start} start > ${i%.start}.start perl ${AOBS_DIR/aobss.pl aste10 calib10 aste10 ${i%.start} tune > ${i%.start}.tune -- ** 既存の指示書の受信機名を書き換える [#yf8d6827] % cat jpsbc3a.start | sed 's/CATS3/SC345/g' > jpsbsca.start aste09@aste-mx2:~/sbrf10/obstable/renameRX.shも使用可能。 % cd ~/sbrf10/obstable/ % ./renameRX.sh ** 指示書を置く [#x51fda72] -制御のための指示書はASTEサイトにあれば大丈夫。Manager GUIの指示書を選択する画面はASTE山頂サイトのディレクトリを参照するようになっている。 -バッチファイルは、指示書とは違って実行するサイト(e.g., aste-w)におく必要がある。 -転送時のscpオプションには、圧縮あり(-C)、タイムスタンプ保持(-p)オプションを付けるとよい。 例) scp -Cp *.start aste10@aste-2c:/cosmos3/aste/obstable/ast10b8/sbrf10/ -山頂 COSMOS : aste-2c:/cosmos3/aste/obstable/ast10b8/sbrf10/ -三鷹 COSMOS : aste-mx2:/home/obstable/ast10b8/sbrf10/ ScanMon: aste-mt2:${COSMOS3}/aste/obstable/ast10b8/sbrf10/ -野辺山 COSMOS : aste-w:${COSMOS3}/aste/obstable/ast10b8/sbrf10/ ScanMon: aste-w:${COSMOS3}/aste/obstable/ast10b8/sbrf10/ //--------------------------------------------------- // 23-Sep-10 - YT - added. // 28-Sep-10 - YT - updated. (env. vars.) * 解析スクリプトの更新 [#vbff0d89] -&color(red,yellow){隊長は、新規コミッショニングが開始されるたびに、以下の項目を実施してください。}; -解析スクリプト群に与えるパラメータは、各セッションに応じて様々なパラメータ (e.g. group, proj名) を更新する必要があります。 -解析スクリプト群に与えるパラメータは、シェルの環境変数として与えます。 -パラメータ更新は、隊長の権限で行ってください。 ** 変更手順 [#we91a943] + 下記のパラメータの説明をよく読む。 + aste-mx2:/home/astebeam/.subrefrc ファイル内を編集する。 + (.subrefrcを更新するたびに) 下記のどちらかを実行。(.subrefrc は .cshrc.linux から呼ばれる) astebeam@aste-mx2$ source ~/.cshrc.linux または astebeam@aste-mx2$ source ~/.subrefrc ** パラメータの説明 [#rb43f92f] - .subrefrc 内の説明より。 # .subrefrc # 27-Sep-10 - YT - created. # # DESCRIPTION # The run command file .subrefrc defines variables which are # used in the reduction tools for the subref (focus and radio # pointing) measurements of ASTE. The contents should be # updated for each commissioning session. The descriptions of # environmental variables are as follows: # # FCS_RED_ROOT - specifies a root directory where focus data # are reduced. # PNT_RED_ROOT - specifies a root directory where pointing # data are reduced. # ASTE_GROUP - specifies the observing account that you use # for subref (focus and radio pointing) measure- # ments. # ASTE_PROJECT - specifies the project under the ASTE_GROUP # account. # ASTE_PNT_OBST - specifies the obstable that is used for the # standard continuum pointing measurements. # JUP_TEMP_MIN - specifies the minimum Ta* intensity expected # for defocused beam-convolved Jupiter image, # which you allow to use for SUBREF_XYFIT analyses. # JUP_TEMP_MAX - specifies the maximum Ta* intensity. # JUP_FWHM_MIN - specifies the minimum FWHM expected for a # defocused beam-convolved Jupiter image, which # you allow to use for SUBREF_XYFIT analyses. # JUP_FWHM_MAX - specifiew the maximum FWHM. # SAT_****_*** - same as above, but for Saturn. # # NOTE # - The environment variables should be updated by a chief # commissioning scientist before a new commissioning session # begins. # - This file is intended to be 'sourced' by the .cshrc.linux # shell script. - 観測される惑星の輝度温度、サイズについて補足 -- JUP_TEMP_MIN など、惑星の輝度温度とサイズを規定するパラメータは、subref_xyfit における自動フラグ使用時に用いられ、解析に用いるデータ点とするか否かを判断するための閾値である。 -- 以下の3点に注意して、輝度温度、サイズの許容範囲を決定する。 --- 惑星の輝度温度は、周波数ごとに異なる。標準天体のページ等を参考に、惑星の輝度温度の許容範囲を決める。 --- 惑星の視直径は、時期ごとに異なる。理科年表等を用いて視直径を調べる必要がある。 --- 観測される惑星イメージのFWHMは、受信機(光学系と周波数)ごとにことなる。 --- 非常に大雑把に言えば、 (惑星イメージのFWHM)^2 ~ (惑星視直径)^2 + (HPBW)^2 と近似できる。HPBW は、多くの場合デフォーカスしているビームサイズである点に注意。