Changes between Version 18 and Version 19 of Processing/KnownProblems


Ignore:
Timestamp:
Dec 13, 2010, 1:19:05 PM (13 years ago)
Author:
iopa
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Processing/KnownProblems

    v18 v19  
    140140Occurs in azgcorr if the DEM contains '*' for null values. Change the '*' to 0 in the DEM using the following command:
    141141{{{cat olddem.dem | sed 's/\*/0/g' > newdem.dem}}}
     142
     143== Incorrect fwhm & Wavelength format in header file ==
     144
     145{{{
     146
     147*** stack smashing detected ***: azspec terminated
     148** ======= Backtrace: =========
     149** /lib/libc.so.6(__fortify_fail+0x4d)[0x5e717d]
     150** /lib/libc.so.6[0x5e712a]
     151** azspec[0x8056716]
     152** azspec[0x8054285]
     153** azspec[0x8051257]
     154** azspec[0x80539dd]
     155** azspec[0x804c368]
     156** /lib/libc.so.6(__libc_start_main+0xe6)[0x506bb6]
     157** azspec[0x8049501]
     158
     159}}}
     160
     161If the fwhm or the wavelength fields in the header file are not one value per line, even if they are separated by commas
     162then that needs correcting.