Skip to content
Snippets Groups Projects
Commit 9c32cd5a authored by Emmanuel Heriberto Oceguera Conchas's avatar Emmanuel Heriberto Oceguera Conchas
Browse files

updated

parent e7f5b2d3
No related branches found
No related tags found
No related merge requests found
......@@ -100,8 +100,6 @@ class maskAndFuntionality (BASE, WIDGET):
#we remove the path from the text space
self.text_set.clear()
def loadNetCDF(self):
"""This function loads the netCDF file"""
......@@ -124,7 +122,8 @@ class maskAndFuntionality (BASE, WIDGET):
ncVarValues = ncVar.values()
#we get the units of the variables
ncVarUnits = ncVar.values()
#we show the variables in the list
self.ListWidget.addItems(ncVarNames)
#we show the dimensions in the list
......@@ -139,5 +138,4 @@ class maskAndFuntionality (BASE, WIDGET):
#we close the netCDF file
ncFile.close()
def
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment