I compared the debug logfiles step_master_timing.log for the procedure
with oversampled SLCs and without oversampling. Everything looks fine
until the error message, as mentioned before.
Well i postet already the log when oversampling was applied to the
master SLC:
DEBUG : tmp result phi,lambda,h --> x,y,z: 0.541183, 0.526289, -4 --
> 4.73113e+06 2.74852e+06 3.2666e+06
DEBUG : tmp result phi,lambda,h --> x,y,z: 0.541183, 0.526304, -4 --
> 4.73109e+06 2.74859e+06 3.2666e+06
PROGRESS: SAM: Writing radar coded DEM and the incidence angle (theta)
to files, buffer#: 1
PROGRESS: SAM: Start interpolation....
Caught SIGFPE: floating point exception, zero division, etc.
Caught SIGFPE: floating point exception, zero division, etc.
Caught SIGFPE: floating point exception, zero division, etc.
And the same section when i did not apply oversampling to the master
SLC:
DEBUG : tmp result phi,lambda,h --> x,y,z: 0.541183, 0.526289, -4 --
> 4.73113e+06 2.74852e+06 3.2666e+06
DEBUG : tmp result phi,lambda,h --> x,y,z: 0.541183, 0.526304, -4 --
> 4.73109e+06 2.74859e+06 3.2666e+06
PROGRESS: SAM: Writing radar coded DEM and the incidence angle (theta)
to files, buffer#: 1
PROGRESS: SAM: Start interpolation....
INFO : Master azimuth spacing: 4.04903
INFO : Master range spacing: 18.6255
INFO : Range-azimuth spacing ratio: 4.59998
INFO : Interpolation in: 1 buffers of 1000 lines and 0 extra buffer
of 0 lines.
DEBUG : Opening output file: master_sam.raw
DEBUG : Opened output file: master_sam.raw
PROGRESS: SAM: Interpolation buffer# [l0:lN, p0:pN]: 1 [7725: 8724,
3939: 4138]
..and then it finishes succesful.
I tried to use short int instead of real as format for the oversample
output, but still the same error.
Another aspect that is confusing me alot is, that i understand that
triangle is used during this interpolation step. But i am able to
succesfully run step_master_timing even if i've removed triangle?!?!
regards,
Georg