Skip to content

SoftwareForScience/pulsar-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published