资 源 简 介
CSM Radio Telescope Project Software
Released under the GNU GPL v3 license (see COPYING).
Building
CMake is used to compile and install the software. The software depends on UHD >= 003.001.000, libsndfile, and SQLite 3.
Building with cmake:
$ mkdir build$ cd build$ ccmake ..$ make$ sudo make install
Programs
telescope_usrpd: the main telescope program. Receives data from the USRP, filters, correlates, and integrates it, and then writes it to the output file. The software expects that the USRP has a PPS input, if this is not the case you will have to modify the code where it calls dev->set_time_next_pps(). If telescope_usrpd is sent SIGHUP it will print out the current RSSI for each channel on the syslog at the LOG_INFO level. telescope_usrpd attempts to set real-time priority.
telescope_sqld: writes the data to an appropriately formatted SQLite database. scripts/create_db.sh will create a