Markus Rosenstihl ef59bd1aa2 * added gradient calculation
* added magnet selection
* calculate probe position
2025-04-22 21:33:49 +02:00
2025-04-22 21:33:49 +02:00
2023-07-31 10:17:00 +02:00
2023-07-31 10:17:00 +02:00
2025-03-24 18:35:09 +01:00
2025-03-27 22:22:35 +01:00

Installation/Development via pip

  1. create virtual environment: python3 -m venv venv
  2. activate it: . venv/bin/activate
  3. install Django: pip install -r requirements.txt
  4. Initialize DB: python3 manage.py migrate
  5. 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.
Readme 377 KiB
Languages
Python 66.4%
HTML 27.9%
Dockerfile 5.7%