Changes between Version 17 and Version 18 of Processing/KnownProblems
- Timestamp:
- Nov 12, 2010, 2:37:30 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Processing/KnownProblems
v17 v18 135 135 136 136 You need to add `-es NO` argument to azgcorr_args_extra if there is no geoid-spheroid separation file needed. 137 138 == Correcting bands: x ** bad scan ends after DEM st: 1962.00 en: 1960.00 inc: 2.00 == 139 140 Occurs in azgcorr if the DEM contains '*' for null values. Change the '*' to 0 in the DEM using the following command: 141 {{{cat olddem.dem | sed 's/\*/0/g' > newdem.dem}}}