| 156 | |
| 157 | === 8. Bad telescope pointing === |
| 158 | |
| 159 | '''Symptoms:''' The reported telescope offsets from the python "obsbot" or the IDL "mosstat" show |
| 160 | that the pointing has gone off by more than 20 arcsec. The "mosstat" script will likely fail to match |
| 161 | stars if this offset is larger than 20 arcsec. |
| 162 | |
| 163 | '''Frequency:''' This happened many times per night in 2015, but should happen only rarely now. |
| 164 | |
| 165 | '''Fix:''' |
| 166 | The operator will need to recenter the telescope. One can do this by |
| 167 | telling the OA to offset the telescope in the *OPPOSITE* direction of the computed mosstat positional offsets, i.e., if you see: |
| 168 | {{{ |
| 169 | RA, Dec offsets: -15.230 14.756 |
| 170 | }}} |
| 171 | ask the OA to offset the telescope +15" in RA (i.e., east) and -15" in DEC (i.e., south) and zero the coordinates there. Only |
| 172 | apply these offsets when the exposure is done (i.e., during readout) and when the telescope is not moving! |
| 173 | |
| 174 | One can also check the observing progress using the almanac command: |
| 175 | {{{ |
| 176 | IDL> almanac, 10001, /noprint |
| 177 | }}} |
| 178 | will print out a summary of all the frames from 10001 to the present in a nice tabular form (widen the window). This is useful for checking how the seeing and sky brightness have varied since frame 10001, and whether one should create and upload a new JSON observing script. The /noprint just prevents the decstat output for every frame; if you want to see that, then don't use the /noprint keyword. |
| 179 | |
| 180 | |