ASTRA package & framework¤
Description¤
This framework is meant to help to run ASTRA executables for simulations. In this framework, it is possible to perform scans via running the simulations in parallel. There is also a basic plotting module to replace the one in ASTRA.
Installation¤
This framework requires ASTRA executables. It is best to copy them to each folder, in which the simulations are run. More on this later.
Python 3 is required to use this framework. To download the code, please paste the following lines to the command prompt:
git clone https://gitlab.cern.ch/zdvostre/astra_package.git
pip install -r requirements.txt
python setup.py
Author¤
Structure of the documentation¤
The documentation at this page is structured into four main tabs:
-
Home
The landing tab of the documentation. Includes the introduction page and the Changelog, which is automatically taken from the
CHANGELOG.md
file in the main code repository. -
Detailed description of the framework.
Created: September 14, 2023