Asteria is a rewrite of the SIGPROC package designed to standardize the initial analysis of the many types of fast-sampled pulsar data. The SIGPROC tools should help users look at their data quickly, without the need to write (yet) another routine to read data.
- Boost version 1.70.0 or higher
- Cmake version 3.8 or higher
- Gcc version 3.8.5 or greater*
- Gnu Make 3.82 or greater*
*The program was tested using these versions. older versions might work but will not receive any support.
git clone https://github.com/AUAS-Pulsar/Asteria/
cd Asteria
cmake ./CMakeLists.txt
make
make test
#TODO: Not implemented yet
make install
This project is licensed under the Apache 2 License - see the LICENSE.md file for details