https://github.com/anqif/adarad
Raw File
Tip revision: 6ee25d6d9251e36c40c14b55436b3aa905d1aa0a authored by Anqi Fu on 10 May 2021, 19:57:12 UTC
Just save the single dose matrix and let plan function take care of creating a list of T_treat dose_matrices
Tip revision: 6ee25d6
.gitignore
# Compiled python modules.
*.pyc

# Setuptools distribution folder.
dist/
build/

# Python egg metadata, regenerated from source files by setuptools.
*.egg-info
.eggs/

# Pycharm folders.
venv
.idea

# Python notebooks.
examples/notebooks/.ipynb_checkpoints

# Others
.cache/
.DS_Store
examples/output
back to top