You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to extract the individual (time sampled) signals from each of the antennas for our setup in SA. I am logging in to my Raspberry pi and I execute:
Hi Danie,
You went down the wrong rabbit hole and discovered lots of software/bit rot 🥇
Ideally you want to download the raw data file to your desktop. On your desktop should already have the tart python package installed (pip install tart)
I just added a simple script for time sampled signals from raw data pkl files in:
TART/doc/getting_started/time_sampled_signals.py
The latter is a stripped version of the spectrum generation from raw data which can be found here:
TART/doc/getting_further/spectrum/raw_data_info.py
Good day,
I would like to extract the individual (time sampled) signals from each of the antennas for our setup in SA. I am logging in to my Raspberry pi and I execute:
/git/TART/software/python/tart/tart/simulation $ python telescope_system.py
I am however getting the following error:
Traceback (most recent call last): File "telescope_system.py", line 13, in <module> rad = radio.Max2769B(sample_duration = 1e-5) TypeError: __init__() got an unexpected keyword argument 'sample_duration'
The installation is also already up to date (I think). After pulling from the repo, I issued:
/home/pi/git/TART/software/python/tart_web_api and issue: sudo python setup.py install
Perhaps there is another setup.py to run?
The text was updated successfully, but these errors were encountered: