| 90 | |
| 91 | --------------------- |
| 92 | |
| 93 | == Failed to find GPS sync == |
| 94 | |
| 95 | (level 1 processing only - will not apply to external ARSF users if only processing level 1 data to level 3) |
| 96 | |
| 97 | If azimport fails to find a GPS sync you must use the -sYS option to azimport to use a manual sync: |
| 98 | {{{ |
| 99 | azimport ... -sYS 0 0 0 0 ... |
| 100 | }}} |
| 101 | |
| 102 | This will allow processing to complete but will leave the GPS timing wrong (and will therefore put the line in the wrong place during geocorrection). To correct this, use an SCT (scan timing) offset by using the -so option to aznav: |
| 103 | {{{ |
| 104 | aznav ... -so <sctoff> ... |
| 105 | }}} |
| 106 | Trial and error will need to be used to find the correct value for this (align the final results with either vectors for the target area or one of the other known good sensors for the same line), but it is suggested that you try an SCT offset of 13.9, 14.0 or 14.1 - one of these seems to be correct reasonably frequently (possible GPS delay error?). |