//============================ * Updating the pointing Kisa file [#e8fd37c7] - Operator: Y. Tamura -- from IoA, Mitaka ** Plan [#a72961cb] - Pointing offset to be modified. -- ddEL = +7.0 arcsec = +1.94444444e-03 deg -- ddAZ = +0.0 arcsec (no change) - Kisa before updating // aste-2c{astecntl}59: head CATS3.110425 # main err parameter P1:(A1-F4+G1) = 0.00 P2:(A2+C1) = -0.0016490 ### <== This should be 0.0... But I'll skip... P3:A3 = 0.00 P4:B1 = 0.00 P5:B2 = 0.00 P6:(B3+D0+F3+G2+C2) = 0.0035353 ### <=== TO BE UPDATED. P7:(D1-H5) = 0.0006607 P8:(D2+H6) = 0.0501839 P9:(D3+H7) = 0.00 - Kisa (P6) to be updated >>> print "%.7f" % (0.0035353+1.94444444e-3) 0.0054797 - Kisa after updating aste-2c{astecntl}65: head CATS3.110425 # main err parameter P1:(A1-F4+G1) = 0.00 P2:(A2+C1) = -0.0016490 P3:A3 = 0.00 P4:B1 = 0.00 P5:B2 = 0.00 P6:(B3+D0+F3+G2+C2) = 0.0054797 P7:(D1-H5) = 0.0006607 P8:(D2+H6) = 0.0501839 P9:(D3+H7) = 0.00 aste-2c{astecntl}67: ls -l CATS3 lrwxrwxrwx 1 astecntl astctl 12 Apr 18 08:33 CATS3 -> CATS3.110418 aste-2c{astecntl}68: rm CATS3 rm: remove `CATS3'? y laste-2c{astecntl}69: ln -s CATS3.110425 CATS3 aste-2c{astecntl}70: ls -l CATS3 lrwxrwxrwx 1 astecntl astctl 12 Apr 25 15:11 CATS3 -> CATS3.110425