These designs, in the examples directory, build on Gnuradio capabilities.
The different design names indicate the bandwidths of the observations and
provide a hint as to the type of Software Defined Radio (SDR) used.
There are two major groups of designs, one for integration observations of spectra (NsfIntegrate??) and one for simultaneous detection of transient events and also observations of radio spectra (NsfWatch??). Because the computer load for transients and spectra the some of the plotting functions are removed in the NsfWatch?? design.
A summary of different Designs and devices is listed below:
- NsfIntegrate24 - RTL-SDR compatible devices operating with 2.4 MHz bandwidth
- NsfIntegrate25 - AIRSPY at 2.5 MHz
- NsfIntegrate30 - AIRSPY Mini devices at 3.0 MHz
- NsfIntegrate45 - PlutoSdr devices operating at 4.5 MHz and not dropping any samples
- NsfIntegrate60 - AIRSPY Mini devices at 6.0 MHz
- NsfIntegrate70 - PlutoSdr devices operating at 7.0 MHz but dropping samples (as high as 12 MHz works, but more samples are dropped).
- NsfIntegrate80 - SDRPlay RSP 1A at 8.0 MHz
- NsfIntegrate100 - AIRSPY at 10.0 MHz.
The data analysis tools for gr-radio_astro usually run on different computers than the data acqusition. The analysis software and documentation have moved to the repository:
http://github.com/glangsto/analyze
These designs use custom python and C++ code. These programs must be built in the usual manner.
A build and trouble shooting guide was kindly provided by Dr. Joshua Smith and Zerina Kapetanovic of Univesity of Washington.
- Clone the repository and within the gr-XXX folder create a build folder
mkdir build
- Change directory into the build folder
cd build
- run the following commands
cmake ../
sudo make
sudo make install
sudo ldconfig
- Run GNU Radio Companion to check if the modules were installed. Search for ra in the GRC block search are on the right side of the GRC console.
If you happen to get an error along the line of "no module found xxx" then make sure that the python files from gr-XXX are in your PYTHONPATH. You can added them to your path following the steps below
-
Open your .bashrc file in an editor
-
In the file add the following command
export PYTHONPATH="${PYTHONPATH}:path/to/gr-XXX/python/"
where path/to/gr-XXX/python/
should be changed to the appropriate path on your PC
This example shows successful observations of the Milky Way with a minimum cost system. The system includes the NsfIntegrate30.grc (and NsfIntegrate30.py) observer interface in this repository.
During the observations, the interface can show spectra in raw counts or calibrated in Kelvins, as is shown by the screen captures of the interface during observations.
After the observations, all spectra are recorded in the data directory, containing a series of ascii files, taged with the observation time. The data sub-directory contains a few minutes of observations with different SDR types. Data from 2020-May-29 were made with a minimum sized horn and NeSDR device operating at 3 MHz bandwidth. Log include Hot load (the ground) and Cold Sky observations.
The log is summarized with the "analyze S command"
S 20-05-29T170*
and yields
Count Time Az El G-Lon G-Lat Frequency BW Gain Filename
1 17:03:20 180.0,-90.0 340.6, 9.5: 1420.00, 3.00 40.0 - 20-05-29T170320.hot
3 17:04:04 180.0,-90.0 340.7, 9.4: 1420.00, 3.00 40.0 - 20-05-29T170404.hot
1 17:05:06 180.0, 90.0 160.8, -9.2: 1420.00, 3.00 40.0 - 20-05-29T170506.ast
14 17:09:50 180.0, 90.0 161.5, -8.6: 1420.00, 3.00 40.0 - 20-05-29T170950.ast
The hot and cold load observations are shown with the Raw plot command,"R"
R 20-05-29T170*
The calibrated in Temperatre, Kelvins, spectra are shown with the "T" command.
T 120. 20-05-29T170*
Due to the difficulties of getting all software installed, we've also been working to provide complete downloads of the observing system for Raspberry Pi 4B+ These images of SDCards are big, 3.3 GBytes but include all code needed to perform astronomcial Observations.
Find the most recent large file in this directory: https://drive.google.com/drive/folders/1t2soWvGIgze7wg-7QGlVgB0m3Q-BR3C-?usp=sharing
And also download the most recent installation guide, in the same directory.
Glen Langston --- National Science Foundation, January 23, 2021