Skip to content
Snippets Groups Projects
Commit ce231235 authored by Carl-Johan Haster's avatar Carl-Johan Haster
Browse files

initial suggestion for fix

parent aee04c79
No related branches found
No related tags found
1 merge request!820Set start_time when using a frequency_array
......@@ -408,6 +408,7 @@ class InterferometerStrainData(object):
self.time_array = array
elif domain == 'frequency':
self.frequency_array = array
self.start_time = start_time
return
elif sampling_frequency is None or duration is None:
raise ValueError(
......
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