DAVE stands for Data Analysis of Variable Events, which is a GUI built on top of the Stingray library. It is intended to be used by astronomers for time-series analysis in general, and analysis of variable sources in particular.
The goal is to enable scientific exploration and flexible analysis flows where users can insert their own algorithms to compare the effects of such changes.
- Clone the project
$ git clone https://github.com/StingraySoftware/dave
- Install a Python virtual env and a compatible version of node:
$ source src/main/resources/bash/setup_dev_env.bash
- Run the application:
$ src/main/resources/bash/run_gui.bash
You will see that there's plenty left to do!
Please talk to us! We use Slack to discuss the work. To join our channels, since we are using a free plan, we have to send you an invite. Just ask at [email protected] .
The recorded open issues for DAVE are in JIRA. More information about communication in the project can be found in Confluence.
Fork and pull request away!