Important instructions from Andrew Sutkowski of BAA H-Line group on how to set up RSP Duo software for interferometry
Andrew,
You can use either SDRAngel or the above.
SDRAngel is complicated as you have to create an output from the interferometry results in order to save the data.
Andrew
Thanks Andrew – so do i need to load this Github code into GNU Radio in some way?
Yes,
Digital Signal Processing in Radio Astronomy
I found when I got to this point:-
- Additionally you can create appropriate symbolic links
- Check which python is the installed version of GNURadio by opening
gnuradio-companionin a terminal window and click onHelp --> Aboutand noting the python version on the dialog box that opens. - Go to the following by typing:
cd /usr/local/lib/python3.8/dist-packagesorcd /usr/local/lib/python3.9/dist-packagesfor the appropriate python version. - Type
ln -s /usr/local/lib/python3/dist-packages/radio_astro
I needed to use sudo ln -s /…. to get it to work.
Andrew