PFINDER is a simple python and html code to view the candidate from the FFA riptide (https://github.com/v-morello/riptide)
You can find the docker image at https://hub.docker.com/repository/docker/boltfox/pfiner
- Create a folder inside /static/images/(your project name)
- Edit line 12 in app.py (FFA_img_path=.....) to your path
- Run the app.py
- Access 127.0.0.1:1222 (you can change this port by edit line 188 (app.run(debug=True, port=1222) to whetever port your want)
##Todo list
- Add pfd reader to the secound panal
- Add a function to show the nearby pulsars
- Login page !!!
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
## License
[MIT](https://choosealicense.com/licenses/mit/)