DeDop / dedop-core

DeDop is a User Configurable Tool for Processing Delay Doppler Altimeter Data.
http://dedop.org/
GNU General Public License v3.0
13 stars 8 forks source link

list index out of range error #39

Closed hans-permana closed 7 years ago

hans-permana commented 7 years ago

Expected behavior

DeDop can process Amazon L1A file.

Actual behavior

Observed a list index out of range error.

image

In DeDop Shell, it looks like this.

> dedop run -i "C:\Users\hans\.dedop\workspaces\aaa\inputs\CS_LTA__SIR1SAR_FR_20130303T030418_20130303T030503_C001.DBL.nc"
processing C:\Users\hans\.dedop\workspaces\aaa\inputs\CS_LTA__SIR1SAR_FR_20130303T030418_20130303T030503_C001.DBL.nc using "default"
processing: done
dedop run: error: list index out of range

Steps to reproduce the issue

With DeDop Studio

  1. Download this L1A input file
  2. In DeDop Studio, run a process for those files with default configuration

With DeDop Core

  1. Run in DeDop Shell dedop run -i "\path\to\CS_LTA__SIR1SAR_FR_20130303T030418_20130303T030503_C001.DBL.nc"

Specifications

DeDop-core: v1.1.0 (based on this commit https://github.com/DeDop/dedop-core/commit/8c2249285f684894983cc9281d2a5d84d1348809) DeDop-studio: v1.1.0 OS: Windows 10

mark-ep commented 7 years ago

This issue was caused by the update to the beam angle algorithm, but the root cause was the fact that the doppler angle wasn't being calculated correctly. This should now be fixed in commit 2f34aaf