Pulling in PR #153

LT1AB
piyushrpt 2020-07-26 18:22:47 -07:00
parent 69418047ff
commit 5370690b0a
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ def extract_offset(filename):
azCoefs = np.array(azpoly.getCoeffs()) azCoefs = np.array(azpoly.getCoeffs())
rgCoefs = np.array(rgpoly.getCoeffs()) rgCoefs = np.array(rgpoly.getCoeffs())
return azCoefs.flatten(0), rgCoefs.flatten(0) return azCoefs.flatten(), rgCoefs.flatten()
def getPolyInfo(filename): def getPolyInfo(filename):
with shelve.open(os.path.join(filename,'misreg'),flag='r') as db: with shelve.open(os.path.join(filename,'misreg'),flag='r') as db: