Commissioning and Science Verification
> ssh -Y asteXX@aste-ms1
asteXX@aste-ms1: mkdir -p ~/optpon/matlab asteXX@aste-ms1: cd ~/optpon/matlab asteXX@aste-ms1: pwd /home/asteXX/optpon/matlab asteXX@aste-ms1: rsync -av --delete ~astecal/astepon/matlab/12_ASTE_20XX/ 12_ASTE_YYYYMMDD/ (YYYYMMDD=current date; e.g. 2016-08-07 -> 20160807) ...
asteXX@aste-ms1: cd ~/optpon/matlab/tabs_i asteXX@aste-ms1: pwd /home/asteXX/optpon/matlab/12_ASTE_YYYYMMDD/tabs_i asteXX@aste-ms1: rsync -e ssh -avz astecntl@aste-1c:./optpon/"*.tab" ./
12_ASTE_YYYYMMDD/tabs_i に入っている .tab ファイルが順に解析される。
asteXX@aste-ms1: cd ~/optpon/matlab/12_ASTE_YYYYMMDD/ asteXX@aste-ms1: /usr/local/matlab/R2009a/bin/matlab & matlab >> pwd /home/asteXX/optpon/matlab/12_ASTE_YYYYMMDD
[iOPT_r17c] matlab >> step_02_tab2mat2pm_iOPT_A22c [tracking_c2n] matlab >> stp_72_tab2mat2pm_v2
P1 P2 P3 P4 P5 P6 P7 P8 P11 P12 P13 P14 P15 P16 ans = -0.00022 0.00026 -0.00041 -0.00000 -0.00002 -0.00010 -0.00007 0.00007 0.00000 -0.00002 0.00004 -0.00003 0.00010 0.00001 ans = -0.80449 0.91804 -1.46657 -0.01760 -0.06549 -0.35213 -0.25378 0.25857 0.00461 -0.05692 0.13902 -0.12545 0.34517 0.02084
#ref(): File not found: "Figure1_20150406.png" at page "CSV/OpticalPointingAnalysis"
#ref(): File not found: "Figure2_20150406.png" at page "CSV/OpticalPointingAnalysis"
#ref(): File not found: "Figure101_20150406.png" at page "CSV/OpticalPointingAnalysis"
#ref(): File not found: "Figure301_20150406.png" at page "CSV/OpticalPointingAnalysis"
#ref(): File not found: "Figure401_20150406.png" at page "CSV/OpticalPointingAnalysis"
#ref(): File not found: "Figure501_20150406.png" at page "CSV/OpticalPointingAnalysis"
#ref(): File not found: "Figure601_20150406.png" at page "CSV/OpticalPointingAnalysis"
??? 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 ファイルの中身がおかしい可能性。中身をチェックして、データが欠損している行を削除。