Skip to content
Snippets Groups Projects
Commit 30f52e8a authored by Mads M. Pedersen's avatar Mads M. Pedersen
Browse files

removed pyplot import

parent 4da13450
No related branches found
No related tags found
No related merge requests found
...@@ -19,8 +19,8 @@ class TestFix(unittest.TestCase): ...@@ -19,8 +19,8 @@ class TestFix(unittest.TestCase):
ds = gtsdf.Dataset(tfp+'azi.hdf5') ds = gtsdf.Dataset(tfp+'azi.hdf5')
sample_frq = 25 sample_frq = 25
import matplotlib.pyplot as plt #import matplotlib.pyplot as plt
print (find_fix_dt(ds.azi, sample_frq, ds.Rot_cor, plt)) #print (find_fix_dt(ds.azi, sample_frq, ds.Rot_cor, plt))
rp_fit = fix_rotor_position(ds.azi, sample_frq, ds.Rot_cor) rp_fit = fix_rotor_position(ds.azi, sample_frq, ds.Rot_cor)
rpm_pos = differentiation(rp_fit)%180 / 360 * sample_frq * 60 rpm_pos = differentiation(rp_fit)%180 / 360 * sample_frq * 60
......
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