Skip to content

Commit

Permalink
spevtra: bring back default levels
Browse files Browse the repository at this point in the history
  • Loading branch information
pdziekan committed Apr 28, 2020
1 parent d243b38 commit a7bc96a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Size_spectra/spectra.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@
labels = argv[7:len(argv):2]
print directories, labels

#levels = ["ground", "cloud_base"]
levels = ["all", "pi_chamber_measurement_location"]
levels = ["ground", "cloud_base"]
#levels = ["all", "pi_chamber_measurement_location"]

if plot_dry == True:
all_data_names = np.append(data_names["rw"], data_names["rd"])
Expand Down

0 comments on commit a7bc96a

Please sign in to comment.