Installed Virgo as per instructions and got the following error when I run virgo.observe:
>> virgo.observe(obs_parameters=obs, obs_file='observation.dat')
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/mo/.local/lib/python3.8/site-packages/virgo/virgo.py", line 557, in observe
observation = run_observation(dev_args=dev_args, frequency=frequency, bandwidth=bandwidth, rf_gain=rf_gain,
File "/home/mo/.local/lib/python3.8/site-packages/virgo/run_wola.py", line 31, in __init__
gr.top_block.__init__(self, "Run Observation", catch_exceptions=True)
TypeError: __init__() got an unexpected keyword argument 'catch_exceptions'
Followed the example in the instructions.
Installed Virgo as per instructions and got the following error when I run virgo.observe:
Followed the example in the instructions.