GNURadio@theATA: Difference between revisions

From GNU Radio
Jump to navigation Jump to search
No edit summary
(Added general info links)
Line 6: Line 6:
== General Info ==
== General Info ==


(will be adding links here)
[https://www.seti.org/ata The Allen Telescope Array, SETI Institute]
[https://ieeexplore.ieee.org/abstract/document/5164980?casa_token=tsHSJVpyCNAAAAAA:Q7JzzwZC9sj2WvKcrkZrKcE531EZ4JbNQKsOtt6yu6AGFpw_vhJ3Am8quAEVzkvh3ynBEnxLxIg Welch et al, 2009, The Allen Telescope Array]
[https://www.seti.org SETI Institute]
[https://seti.berkeley.edu/listen/ Berkeley SETI / Breakthrough Listen]
[https://seti.berkeley.edu/listen/ Berkeley SETI blog on Open Data]
[https://arxiv.org/abs/1906.07391 Lebofsky et al, 2019 - Breakthrough Listen public data]
 


== GNU Radio / SETI Hackathon ==   
== GNU Radio / SETI Hackathon ==   

Revision as of 20:07, 19 June 2020

The Allen Telescope Array (ATA) is a 42-element radio telescope array located in Hat Creek, California, operated jointly by SETI Institute and UC Berkeley SETI Research Center. In an effort to increase accessibility to the array among potential users outside the astronomy community, we are working to integrate the array into GNU Radio software. We plan to start out by connecting USRPs to two ATA antennas and developing control, backend, and beamformer software.


General Info

The Allen Telescope Array, SETI Institute Welch et al, 2009, The Allen Telescope Array SETI Institute Berkeley SETI / Breakthrough Listen Berkeley SETI blog on Open Data Lebofsky et al, 2019 - Breakthrough Listen public data


GNU Radio / SETI Hackathon

In May 2019, the first step toward collaboration between the GNU Radio community, the ATA, SETI Institute, Breakthrough Listen, and Berkeley SETI communities consisted of a hackathon hosted at the Hat Creek Radio Observatory (home of the ATA). This culminated in, among other things, the development of a GNU Radio module called gr-ata.


First Steps

The first step in implementing GNU Radio with the ATA is ensuring that we can effectively play back previously-recorded SigMF files taken by the ATA in a GNU Radio flowgraph. We can do this using example code from the gr-ata module discussed above. To get the flowgraphs included in the "examples" folder of gr-ata working, here's a recipe of what you'll need (along with some installation tips discovered through trial-and-error). Note that the instructions below are written for Ubuntu users, but could be fairly easily translated to other OSes if necessary:

  • GNU Radio version 3.9 (install instructions here).
  • cmake version >= 3.13 (will have to remove the standard cmake version using $ sudo apt remove --autoremove cmake, then follow the instructions here: https://apt.kitware.com/ to install a more recent version. This is necessary for installing gr-osmosdr)

Here is a list of external GNU Radio modules that you should install following the instructions on the linked GitHub pages:

  • gr-ata (of course!)
  • gr-osmosdr
  • gr-correctiq
  • More to come once I've finished troubleshooting them so I can include installation survival tips... :)