From 09259d39366023c5f59fb96ebee93168bfc1f9fb Mon Sep 17 00:00:00 2001 From: fattahi Date: Wed, 30 Jan 2019 00:03:43 +0000 Subject: [PATCH] remove the OrbitExtender from Sentinel1 reader --- components/isceobj/Sensor/TOPS/Sentinel1.py | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/components/isceobj/Sensor/TOPS/Sentinel1.py b/components/isceobj/Sensor/TOPS/Sentinel1.py index 52145d5..fc8b640 100755 --- a/components/isceobj/Sensor/TOPS/Sentinel1.py +++ b/components/isceobj/Sensor/TOPS/Sentinel1.py @@ -40,7 +40,6 @@ from .BurstSLC import BurstSLC from isceobj.Util import Poly1D, Poly2D from isceobj.Planet.Planet import Planet from isceobj.Orbit.Orbit import StateVector, Orbit -from isceobj.Orbit.OrbitExtender import OrbitExtender from isceobj.Planet.AstronomicalHandbook import Const from iscesys.Component.Component import Component from iscesys.Component.ProductManager import ProductManager @@ -822,12 +821,8 @@ class Sentinel1(Component): #####Orbits provided in annotation files are not InSAR-grade #####These also need extensions for interpolation to work - orbExt = OrbitExtender(planet=Planet(pname='Earth')) - orbExt.configure() - newOrb = orbExt.extendOrbit(frameOrbit) - - return newOrb + return frameOrbit def extractPreciseOrbit(self, margin=60.0): '''