| 46 | | --------------------- |
| 47 | | |
| 48 | | == "profile buffer exceeded" - Invalid DEM == |
| 49 | | |
| 50 | | If, in the azgcorr output, you see output like: |
| 51 | | {{{ |
| 52 | | ** profile buffer exceeded at: 0 points |
| 53 | | |
| 54 | | ** profile buffer exceeded at: 0 points |
| 55 | | |
| 56 | | (repeated many times) |
| 57 | | }}} |
| 58 | | |
| 59 | | This indicates a problem with the DEM. Typically, this would either mean that the DEM wasn't read correctly (check format - did you add the azgcorr header?), doesn't cover the area (check site limits for image and DEM in azgcorr output) or has invalid values in it (e.g. NULL values are a '*' - replace these with 0 or the invalid data value). |
| 60 | | |
| 61 | | This may also occur if the limits of the DEM are not given in the header as integer values. |
| 62 | | |
| 63 | | |
| 64 | | |
| 65 | | --------------------- |
| 66 | | |
| 67 | | == azgcorr "HDF internal error opening file" == |
| 68 | | |
| 69 | | When running azgcorr, it immediately quits with something like: |
| 70 | | {{{ |
| 71 | | ** HDF internal error... |
| 72 | | HDF error: (7) <Error opening file> |
| 73 | | Detected in Hopen() [hfile.c line 381] |
| 74 | | }}} |
| 75 | | |
| 76 | | This will have various causes, including corrupt/inaccessible HDF files, but a particularly nasty one is that you must have write permission on the (casi, untested on others) HDF to be able to run azgcorr on it, even if nothing about the HDF will be changed. |
| 77 | | |
| 78 | | --------------------- |
| 79 | | |
| 80 | | == Image looks straight but vector layers are not lined up == |
| 81 | | (amro comment) |
| 82 | | |
| 83 | | If the image looked okay after modifiying the GPSOFF and then the vector layers did not line up, them it is better to modify the SCTOFF instead of GPSOFF. This will bring the vector layers to their places (e.g project 2006/206 line 1 , 4 , 5 ) |
| | 85 | |
| | 86 | --------------------- |
| | 87 | |
| | 88 | == Any User ==#anyuser |
| | 89 | |
| | 90 | == "profile buffer exceeded" - Invalid DEM == |
| | 91 | |
| | 92 | If, in the azgcorr output, you see output like: |
| | 93 | {{{ |
| | 94 | ** profile buffer exceeded at: 0 points |
| | 95 | |
| | 96 | ** profile buffer exceeded at: 0 points |
| | 97 | |
| | 98 | (repeated many times) |
| | 99 | }}} |
| | 100 | |
| | 101 | This indicates a problem with the DEM. Typically, this would either mean that the DEM wasn't read correctly (check format - did you add the azgcorr header?), doesn't cover the area (check site limits for image and DEM in azgcorr output) or has invalid values in it (e.g. NULL values are a '*' - replace these with 0 or the invalid data value). |
| | 102 | |
| | 103 | This may also occur if the limits of the DEM are not given in the header as integer values. |
| | 104 | |
| | 105 | ------------------------ |
| | 106 | |
| | 107 | == Correcting bands: x ** bad scan ends after DEM st: 1962.00 en: 1960.00 inc: 2.00 == |
| | 108 | |
| | 109 | Occurs in azgcorr if the DEM contains '*' for null values. Change the '*' to 0 in the DEM using the following command: |
| | 110 | {{{cat olddem.dem | sed 's/\*/0/g' > newdem.dem}}} |
| | 111 | |
| | 112 | |
| | 113 | --------------------- |
| | 114 | |
| | 115 | == azgcorr "HDF internal error opening file" == |
| | 116 | |
| | 117 | When running azgcorr, it immediately quits with something like: |
| | 118 | {{{ |
| | 119 | ** HDF internal error... |
| | 120 | HDF error: (7) <Error opening file> |
| | 121 | Detected in Hopen() [hfile.c line 381] |
| | 122 | }}} |
| | 123 | |
| | 124 | This will have various causes, including corrupt/inaccessible HDF files, but a particularly nasty one is that you must have write permission on the (casi, untested on others) HDF to be able to run azgcorr on it, even if nothing about the HDF will be changed. |
| | 125 | |
| | 126 | --------------------- |
| | 127 | |