Frontend for Reviewing Interesting Transients from ZTF-II
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