Skip to content
Snippets Groups Projects
Commit b98cb8d5 authored by Nick Bearson's avatar Nick Bearson
Browse files

fix for sounderbandcenters having two extra dimensions

parent fb52346e
No related branches found
No related tags found
No related merge requests found
......@@ -82,7 +82,7 @@ def main():
try:
iff.createDimension('sounder_band', None)
iff.createVariable('SounderBands', 'f4', ('sounder_band', 'line', 'element'))
iff.createVariable('SounderBandCenters', 'f4', ('sounder_band', 'line', 'element'))
iff.createVariable('SounderBandCenters', 'f4', ('sounder_band'))
except:
pass
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment