|
|
|
# radiopyo: Python Module dedicated to Radiobiology
|
|
|
|
|
|
|
|

|
|
|
|

|
|
|
|

|
|
|
|

|
|
|
|
|
|
|
|
## Access to the code base
|
|
|
|
|
|
|
|
The codebase is hosted by the University of Namur. We are open to granting access upon receiving motivation sent via email to [Pr. Dr. Anne-Catherine Heuskin](https://directory.unamur.be/staff/acheuski) (<anne-catherine.heuskin@unamur.be>).
|
|
|
|
|
|
|
|
## General description
|
|
|
|
|
|
|
|
This python3 module allows you to perform radiobiology related simulations. The embedded
|
|
|
|
science (all Physics, Chemistry & Biology) has the purpose to solve systems of Ordinary
|
|
|
|
Differential Equations (a.k.a. ODE) based on equations provided via an input file.
|
|
|
|
The default solver is the LSODA solver from the good
|
|
|
|
[scipy](https://docs.scipy.org/doc/scipy/reference/generated/scipy.integrate.solve_ivp.html)
|
|
|
|
module.
|
|
|
|
|
|
|
|
|
|
This documentation assumes you already have or know how to install a new python3
|
|
This documentation assumes you already have or know how to install a new python3
|
|
environment on your local machine. If it is not yet the case, We suggest to check
|
|
environment on your local machine. If it is not yet the case, We suggest to check
|
|
[this](https://www.anaconda.com/) out.
|
|
[this](https://www.anaconda.com/) out.
|
... | | ... | |