SoftwareForScience / pulsar-cpp

Cpp rewrite of the sigproc project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub license Build Status GitHub issues

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.

Getting Started

Prerequisites

  • 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.

Installing

git clone https://github.com/AUAS-Pulsar/Asteria/
cd Asteria
cmake ./CMakeLists.txt
make 

Testing

make test

Deployment

#TODO: Not implemented yet
make install

License

This project is licensed under the Apache 2 License - see the LICENSE.md file for details

About

Cpp rewrite of the sigproc project

License:Apache License 2.0


Languages

Language:C++ 94.8%Language:CMake 5.2%