Modify inject signal
All threads resolved!
All threads resolved!
Compare changes
@@ -298,12 +298,12 @@ class Interferometer(object):
@@ -316,6 +316,8 @@ class Interferometer(object):
This restructures some functionality surrounding the inject_signal
method.
inject_signal_from_waveform_generator
and inject_signal_from_waveform_polarizations
that are slightly less confusing to use than inject_signal
.if/else
statement that checks size of the injected signal. The injection will now just fail if that condition is now not fulfilled. It was already breaking before, but at a different place.