Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
SIGFPE exception during M_SIMAMP process
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  6 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Georg Fischer  
View profile  
 More options Oct 27 2011, 12:27 pm
From: Georg Fischer <georg.fischer...@googlemail.com>
Date: Thu, 27 Oct 2011 09:27:45 -0700 (PDT)
Local: Thurs, Oct 27 2011 12:27 pm
Subject: SIGFPE exception during M_SIMAMP process
Dear all,

during step_master_timing i get the following error:
(this is the same as Huaining Yang reported on 11th April in his post
"problem while running step_master_timing")

DEBUG   : tmp result phi,lambda,h --> x,y,z: 0.563596, 1.71628, 3994 --

> -782898 5.34317e+06 3.38995e+06

DEBUG   : tmp result phi,lambda,h --> x,y,z: 0.563596, 1.7163, 4007 --
> -782977 5.34317e+06 3.38996e+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.

The error occurs during the M_SIMAMP process of the Doris software (I
didn't find any hints in the Doris manual or the corresponding yahoo
group).
The radarcoding of the DEM seems to finish correctly, but when the
interpolation of the radarcoded DEM to the grid of the master SLC
starts an neverending SIGFPE exception is thrown.

An important note is, that this error only occurs if oversampling is
applied. If oversampling is skipped, the whole step_master_timing
process finishes correctly.

Since i want to use oversampling, i appreciate any advice how to solve
this!

regards,

Georg Fischer

M.Sc Student
Dept. of Geography
Ludwig-Maximilians-University Munich


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Lu  
View profile  
 More options Oct 27 2011, 10:13 pm
From: Lu <zhanglu7...@gmail.com>
Date: Thu, 27 Oct 2011 19:13:33 -0700 (PDT)
Local: Thurs, Oct 27 2011 10:13 pm
Subject: Re: SIGFPE exception during M_SIMAMP process
It seems that this error was caused by the triangulation-based
interpolation which is implemented using the open-source Triangle
library in Doris. Maybe you can debug into the library to find out the
reason. But I am not sure why this error only occurs when the DEM is
oversampled.

Cheer,
Lu

On 10月28日, 上午12时27分, Georg Fischer <georg.fischer...@googlemail.com>
wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Georg Fischer  
View profile  
 More options Oct 28 2011, 9:50 am
From: Georg Fischer <georg.fischer...@googlemail.com>
Date: Fri, 28 Oct 2011 06:50:06 -0700 (PDT)
Local: Fri, Oct 28 2011 9:50 am
Subject: Re: SIGFPE exception during M_SIMAMP process
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

On Oct 28, 4:13 am, Lu <zhanglu7...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Lu  
View profile  
 More options Oct 28 2011, 10:16 am
From: Lu <zhanglu7...@gmail.com>
Date: Fri, 28 Oct 2011 07:16:43 -0700 (PDT)
Local: Fri, Oct 28 2011 10:16 am
Subject: Re: SIGFPE exception during M_SIMAMP process
Do you have carefully checked the oversampled DEM together with your
input card settings to see if there is any problem? I guess so because
I also tried using both original and oversampled DEM for
step_master_timing, and no error occurred.

On 10月28日, 下午9时50分, Georg Fischer <georg.fischer...@googlemail.com>
wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Georg Fischer  
View profile  
 More options Oct 28 2011, 10:47 am
From: Georg Fischer <georg.fischer...@googlemail.com>
Date: Fri, 28 Oct 2011 07:47:11 -0700 (PDT)
Local: Fri, Oct 28 2011 10:47 am
Subject: Re: SIGFPE exception during M_SIMAMP process
Well the DEM is never oversampled before step_master_timing. The DEM
is kind of oversampling during the interpolation step, when the DEM
gets transformed into the radar geometry of the master SLC.
I always ment the oversampling of the master SLC during
step_master_ovs. This makes the differences if the error occurs or
not.

Or did i misunderstood you?

On Oct 28, 4:16 pm, Lu <zhanglu7...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Georg Fischer  
View profile  
 More options Oct 28 2011, 11:28 am
From: Georg Fischer <georg.fischer...@googlemail.com>
Date: Fri, 28 Oct 2011 08:28:12 -0700 (PDT)
Local: Fri, Oct 28 2011 11:28 am
Subject: Re: SIGFPE exception during M_SIMAMP process
Oh boy... Doris beta v4.04 solves this!

Anyway thanks for the help!

On Oct 28, 4:47 pm, Georg Fischer <georg.fischer...@googlemail.com>
wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »