Skip to content

Facilitating the Review of Interesting Transients from ZTF-II

License

Notifications You must be signed in to change notification settings

rjoebruch/fritz

 
 

Repository files navigation

fritz

Frontend for Reviewing Interesting Transients from ZTF-II

Bare-bones end-to-end demo

Clone the repo from GitHub:

git clone https://github.com/fritz-marshal/fritz.git && cd fritz

Make sure the requirements to run the fritz utility are met, e.g.:

pip install -r requirements.txt

Initialize fritz and run tests:

./fritz run --init
./fritz test

Go to http://localhost:9000/ -- you should see a few real alerts that passed a test filter among the displayed sources.

To shut down fritz, run:

./fritz stop

About

Facilitating the Review of Interesting Transients from ZTF-II

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 55.3%
  • Python 44.7%