Nakamap helps you map JT-60SA data to IMAS IDSs using DDv4
Installation is recomended using the Poetry environment.
The use of virtual environments is encoraged.
Installation on the Naka analysis server requires pre-installed version of IMASPy >= 1.1.0.
module use /home/d230021/public/imas/etc/modules/all
ml IMASPy
python -m venv ~/.venv/<venv_name>
. ~/.venv/<venv_name>/bin/activateThis packaging and development is managed using Poetry >= 2.
pipx install git+https://github.com/python-poetry/poetry.git
pipx inject poetry "git+https://github.com/mtkennerly/poetry-dynamic-versioning.git"
poetry install
pre-commit install