2025-04-03 22:56:03 +02:00
2025-03-22 00:32:16 +01: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 293 KiB
Languages
Python 65.3%
HTML 28.8%
Dockerfile 5.9%