A module database prototype for the CEPC CMOS modules.
Each module can be given a name, and you can add comments, pictures, and run data to the module.
You can perform "analyses" on one or multiple runs. For example, you can take runs at different hit thresholds, and have an analysis calculate the S-curve from this.
mkvirtualenv modulejournal
pip install -r requirements.json
workon modulejournal
python manage.py runserver
There is already an admin user created (Login: admin
, Password: cepcjournal
), for a real deployment you would add other users (in the admin interface).