Skip to content
Snippets Groups Projects
Commit 5cefd433 authored by leufen1's avatar leufen1
Browse files

comment out help plot commands

parent 0c4f523c
No related branches found
No related tags found
3 merge requests!192include Develop,!191Resolve "release v1.1.0",!177Resolve "KZ Filter creating additional dimension"
Pipeline #50976 passed
......@@ -41,12 +41,13 @@ class DataHandlerKzFilterSingleStation(DataHandlerSingleStation):
self.load_data()
self.interpolate(dim=self.time_dim, method=self.interpolation_method, limit=self.interpolation_limit)
self.set_inputs_and_targets()
import matplotlib
matplotlib.use("TkAgg")
import matplotlib.pyplot as plt
self.apply_kz_filter()
# self.data.sel(filter="74d", variables="temp", Stations="DEBW107").plot()
# self.data.sel(variables="temp", Stations="DEBW107").plot.line(hue="filter")
# this is just a code snippet to check the results of the kz filter
# import matplotlib
# matplotlib.use("TkAgg")
# import matplotlib.pyplot as plt
# self.input_data.data.sel(filter="74d", variables="temp", Stations="DEBW107").plot()
# self.input_data.data.sel(variables="temp", Stations="DEBW107").plot.line(hue="filter")
if self.do_transformation is True:
self.call_transform()
self.make_samples()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment