add back from scipy.interpolate import interp1d
add back the following imports: 1709a1710,1711 > from scipy import interpolate > from scipy.interpolate import interp1d 2119a2122,2123 > from scipy import interpolate > from scipy.interpolate import interp1dLT1AB
parent
4cc13950a8
commit
c2a4a4a08e
|
@ -1707,6 +1707,8 @@ def computeDopplerOffset(burst, firstline, lastline, firstcolumn, lastcolumn, nr
|
||||||
|
|
||||||
|
|
||||||
def grd2ion(self, ionParam):
|
def grd2ion(self, ionParam):
|
||||||
|
from scipy import interpolate
|
||||||
|
from scipy.interpolate import interp1d
|
||||||
|
|
||||||
print('resampling ionosphere from ground to ionospheric layer')
|
print('resampling ionosphere from ground to ionospheric layer')
|
||||||
#get files
|
#get files
|
||||||
|
@ -2117,6 +2119,8 @@ def ionosphere_shift(self, ionParam):
|
||||||
|
|
||||||
|
|
||||||
def ion2grd(self, ionParam):
|
def ion2grd(self, ionParam):
|
||||||
|
from scipy import interpolate
|
||||||
|
from scipy.interpolate import interp1d
|
||||||
|
|
||||||
#################################################
|
#################################################
|
||||||
#SET PARAMETERS HERE
|
#SET PARAMETERS HERE
|
||||||
|
|
Loading…
Reference in New Issue