Skip to content
Snippets Groups Projects
Commit 08d59306 authored by Moritz Huebner's avatar Moritz Huebner
Browse files

Moved epoch initialisation to __init__

parent 8e4b498c
No related branches found
No related tags found
No related merge requests found
......@@ -70,6 +70,7 @@ class Interferometer(object):
self.frequency_array = np.array([])
self.sampling_frequency = None
self.duration = None
self.epoch = 0
@property
def minimum_frequency(self):
......
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