Modify inject signal
Compare changes
Files
2+ 62
− 30
@@ -287,20 +287,23 @@ class Interferometer(object):
@@ -313,40 +316,71 @@ class Interferometer(object):
@@ -360,8 +394,6 @@ 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.