diff --git a/applications/imageMath.py b/applications/imageMath.py index 432e262..8ae989d 100755 --- a/applications/imageMath.py +++ b/applications/imageMath.py @@ -415,7 +415,7 @@ def main(args, files): outBands = iMath['outBands'] ####Array representing columns - dataDict['COL'] = np.arange(iMath['width'], dtype=np.float) + dataDict['COL'] = np.arange(iMath['width'], dtype=np.float32) #####Replace ^ by ** for lineno in range(int(iMath['length'])): diff --git a/components/zerodop/geozero/Geozero.py b/components/zerodop/geozero/Geozero.py index 1692e25..75365b2 100755 --- a/components/zerodop/geozero/Geozero.py +++ b/components/zerodop/geozero/Geozero.py @@ -233,7 +233,8 @@ class Geocode(Component): self.demCropAccessor, self.geoAccessor,inband, outband,int(complexFlag), - int(self.interp_methods[self.method])) + int(self.interp_methods[self.method]), + int(self.lookSide)) #####Supress cropped DEM output for other bands for kk in range(1,nBands):