This repository contains Gate simulation examples.
- You MUST install the git-lfs extension. Download the package and use:
git lfs install
- WARNING: There are some issues with the LFS binary data stored here. Only use HTTP (not SSH) to clone:
git lfs clone https://github.com/rtmedical/gate-samples.git
To run GATE with Docker on your computer (Unix system), assuming you already have the macro in your computer, you can do:
cd folder/containing/macFolder
docker run -i --rm -v $PWD:/APP opengatecollaboration/gate mac/main.macWe have provided a docker-compose.yml file in the folder. To use it, follow these steps:
- Run the Docker Compose setup:
docker-compose build && docker-compose up -d
This will start the GATE environment as defined in the docker-compose.yml file.
For more details and advanced usage, refer to the GATE Exercices Site.