| | 1 | up to [wiki:PS1_GPC1_Rotator_Measurements] |
| | 2 | |
| | 3 | 2008.09.15 |
| | 4 | |
| | 5 | i've been trying to understand the effects I am seeing in the rotator |
| | 6 | sequences from 2008.08.27 which I wrote about on friday. |
| | 7 | |
| | 8 | I was not happy with the fits I had to the sequences. I found a minor |
| | 9 | bug and that improved things a bit, but there were still significant |
| | 10 | residuals. I decided to plot the residuals. Attached are pairs of |
| | 11 | plots for each altitude set (30,50,70). Notice the clear 2*POSANGLE |
| | 12 | term in the residual, which scales with the zenith distance. I'm not |
| | 13 | fitting for a 2*POSANGLE term, and I'm not sure I see what that |
| | 14 | corresponds to. any ideas? |
| | 15 | |
| | 16 | fyi, i've also attached the data files with the measured boresite |
| | 17 | offset and the POSANGLE values for each sequences. Below are my fits: |
| | 18 | |
| | 19 | Xo,Yo : center of the ellipse |
| | 20 | RX, RY : major and minor axes of the ellipse |
| | 21 | P0 : position angle of the ellipse in radians |
| | 22 | T0 : phase lag between POSANGLE and the major axis. |
| | 23 | |
| | 24 | the fitted ellipse has the form: |
| | 25 | |
| | 26 | X = Xo + RX*cos(PA-T0)*cos(P0) + RY*sin(PA-T0)*sin(P0) |
| | 27 | Y = Yo + RY*sin(PA-T0)*cos(P0) - RX*cos(PA-T0)*sin(P0) |
| | 28 | |
| | 29 | ==> rotseq.30.pars <== |
| | 30 | # fitted values: |
| | 31 | Xo: 45.276222 |
| | 32 | Yo: -9.302365 |
| | 33 | RX: 145.009399 |
| | 34 | RY: 67.481323 |
| | 35 | P0: 0.646367 |
| | 36 | T0: 0.357436 |
| | 37 | |
| | 38 | ==> rotseq.50.pars <== |
| | 39 | # fitted values: |
| | 40 | Xo: 21.140253 |
| | 41 | Yo: -14.027387 |
| | 42 | RX: 108.704620 |
| | 43 | RY: 59.530045 |
| | 44 | P0: 0.587284 |
| | 45 | T0: 0.475980 |
| | 46 | |
| | 47 | ==> rotseq.70.pars <== |
| | 48 | # fitted values: |
| | 49 | Xo: 10.799451 |
| | 50 | Yo: -14.946221 |
| | 51 | RX: 75.923729 |
| | 52 | RY: 53.394173 |
| | 53 | P0: 1.152103 |
| | 54 | T0: 0.182733 |
| | 55 | |
| | 56 | aloha |
| | 57 | gene |