allow zero noise
Compare changes
+ 8
− 1
@@ -312,7 +312,7 @@ class Interferometer(object):
@@ -330,6 +330,9 @@ class Interferometer(object):
@@ -345,6 +348,10 @@ class Interferometer(object):
This MR allows zero noise as an option to set_data
. There's a question of whether we want to avoid having to do this by giving the interferometers a sampling frequency and duration by default, in which case the additional code here is unnecessary.