Commissioning and Science Verification

Optical Pointing > Analysis

What's this page?
This page describes the way to analyze optical pointing data.
Revision history
  • 2010-04-13 - modified by B. Hatsukade (astepon2010_red.txt)
  • 2010-05-17 - BH - modified for wiki by B. Hatsukade
  • 2014-04-23 - updated by BH and YW
  • 2016-08-01 - modified for Linux COSMOS3 by Kamazaki,T.
Table of contents

0. MATLAB準備

1. データコピー

2. 解析

aste-mx2.mtk.nao.ac.jp:/home/astepon/matlab/12_ASTE_2014PM/tabs_i に入っている .tab ファイルが順に解析される。

方法1

方法2

3. 結果

器差パラメータのフィット結果

ans =
0.00041  0.00017  0.00081 -0.00006  0.00001 -0.00011  0.00005 -0.00003 -0.00002 -0.00002 -0.00016  0.00012  0.00003  0.00005  
ans =
1.48944  0.59760  2.92666 -0.21296  0.04278 -0.40678  0.16991 -0.09039 -0.08448 -0.05949 -0.57215  0.43172  0.09684  0.18882 

プロット

Figure1: Az error vs. El error

#ref(): File not found: "Figure1.png" at page "CSV/OpticalPointingAnalysis"

Figure2: ?

#ref(): File not found: "Figure2.png" at page "CSV/OpticalPointingAnalysis"

Figure101: 観測点

#ref(): File not found: "Figure101.png" at page "CSV/OpticalPointingAnalysis"

Figure201:

Figure301: Figure201にポインティングモデルを適用した場合のプロット

#ref(): File not found: "Figure301.png" at page "CSV/OpticalPointingAnalysis"

Figure401

#ref(): File not found: "Figure401.png" at page "CSV/OpticalPointingAnalysis"

Figure501

#ref(): File not found: "Figure501.png" at page "CSV/OpticalPointingAnalysis"

Figure601

#ref(): File not found: "Figure601.png" at page "CSV/OpticalPointingAnalysis"

5.器差ファイル更新

Troubleshoot

matlab スクリプトを走らせた際、以下のようなエラー

??? Index exceeds matrix dimensions.

Error in ==> step_02_tab2mat2pm_iOPT_A22c at 26
        az = str2double(nextline(34:41));    dat(icount,1)=az;
??? Error using ==> feof
Invalid file identifier.  Use fopen to generate a valid file identifier.

Error in ==> step_02_tab2mat2pm_iOPT_A22c at 18
    while feof(fid) == 0

.tab ファイルの中身がおかしい可能性。中身をチェックして、データが欠損している行を削除。


Front page   New Page list Search Recent changes   Help   RSS of recent changes