* added magnet selection * calculate probe position
Installation/Development via pip
- create virtual environment:
python3 -m venv venv
- activate it:
. venv/bin/activate
- install Django:
pip install -r requirements.txt
- Initialize DB:
python3 manage.py migrate
- Run Django project:
python3 manage.py runserver
Docker/Podman
podman build -t isotables isotables podman run -p 8000:8000 localhost/isotable:latest
Description
Script to calculate Larmor frequencies from other nulcei with respect to one nuclei.
It can also show Larmor frequencies from nearby nuclei.
Languages
Python
66.4%
HTML
27.9%
Dockerfile
5.7%