/exohunter

tool for finding exoplanets using neural network pattern recognition

Primary LanguageJavaScriptCreative Commons Zero v1.0 UniversalCC0-1.0

Exohunter electron client

image

image

Setup

First install node_modules

npm install

Then run electron by executing following command

npm start

Build standalone program

To package the electron app you need to use the electron-packager module

npm install electron-packager -g

electron-packager <sourcedir> <appname> --platform=<platform> --arch=<arch> [optional flags...]

More Info

Full documentation of Exohunter can be downloaded here

Exohunter.pdf

Notes

Exohunter server is necessary for the client to work. Server repository can be found here