Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 647 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 647 Bytes

modulejournal

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.

Installation

mkvirtualenv modulejournal
pip install -r requirements.json

Running

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).