Skip to content
Snippets Groups Projects
Commit f86ae467 authored by tomrink's avatar tomrink
Browse files

snapshot...

parent 47a8fec0
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,6 @@ def get_parameters_caliop_clavrx(filename='/data/Personal/rink/clavrx_calipso/g1
for str in var_names:
v = var_s[str]
if len(v.shape) == 1:
print(str)
if not (str.find('latitude') != -1 or str.find('longitude') != -1):
var_names_keep.append(str)
......
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