@@ -183,9 +191,9 @@ class maskAndFuntionality (BASE, WIDGET):
...
@@ -183,9 +191,9 @@ class maskAndFuntionality (BASE, WIDGET):
#we close the netCDF file
#we close the netCDF file
ncFile.close()
ncFile.close()
defshowInfo(self):
defshowInfo(self):
"""this function shows first the name of the file and the global attributes and then if a varible is clicked delete the info and add the attributes of the selected variable"""
"""this function shows first the name of the file and the global attributes and then if a varible is clicked delete the info and add the attributes of the selected variable"""
self.text_info.clear()
self.text_info.clear()
#we get the path from the text space
#we get the path from the text space
path=self.text_set.text()
path=self.text_set.text()
...
@@ -228,7 +236,29 @@ class maskAndFuntionality (BASE, WIDGET):
...
@@ -228,7 +236,29 @@ class maskAndFuntionality (BASE, WIDGET):