All Projects → OpenGATE → GateContrib

OpenGATE / GateContrib

Licence: other
User-oriented public repository of Gate (macros, examples and user contributions)

Programming Languages

C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language
TeX
3793 projects
python
139335 projects - #7 most used programming language
CMake
9771 projects
shell
77523 projects
Makefile
30231 projects

Projects that are alternatives of or similar to GateContrib

MRQy
MRQy is a quality assurance and checking tool for quantitative assessment of magnetic resonance imaging (MRI) data.
Stars: ✭ 58 (+1.75%)
Mutual labels:  medical-imaging, medical-physics
Varian-Code-Samples
Code samples for ESAPI and other Varian APIs and web services.
Stars: ✭ 97 (+70.18%)
Mutual labels:  medical-physics, radiation-therapy
open-kbp
Develop dose prediction models for knowledge-based planning in radiotherapy
Stars: ✭ 37 (-35.09%)
Mutual labels:  medical-imaging, medical-physics
pymedphys
A community effort to develop an open standard library for Medical Physics in Python. Building quality transparent software together via peer review and open source distribution. Open code is better science.
Stars: ✭ 179 (+214.04%)
Mutual labels:  medical-physics, radiation-therapy
Gate
Official public repository of Gate
Stars: ✭ 129 (+126.32%)
Mutual labels:  medical-imaging, physics-simulation
Deep-Learning-liver-segmentation
Application of Deep Learning to the segmentation of medical images
Stars: ✭ 39 (-31.58%)
Mutual labels:  medical-imaging
chest xray 14
Benchmarks on NIH Chest X-ray 14 dataset
Stars: ✭ 67 (+17.54%)
Mutual labels:  medical-imaging
BowlerStudio
A Full-Stack Robotics Development Environment
Stars: ✭ 95 (+66.67%)
Mutual labels:  physics-simulation
SemiDenseNet
Repository containing the code of one of the networks that we employed in the iSEG Grand MICCAI Challenge 2017, infant brain segmentation.
Stars: ✭ 55 (-3.51%)
Mutual labels:  medical-imaging
btogre
Now in the main repository as Component
Stars: ✭ 13 (-77.19%)
Mutual labels:  physics-simulation
Malaria-Detection-using-Keras
Malaria Detection using Deep Learning from Images made available publicly from NIH
Stars: ✭ 38 (-33.33%)
Mutual labels:  medical-imaging
balldrop
An experimental musical instrument, made with Godot 3.1.
Stars: ✭ 29 (-49.12%)
Mutual labels:  physics-simulation
few-shot-segmentation
PyTorch implementation of 'Squeeze and Excite' Guided Few Shot Segmentation of Volumetric Scans
Stars: ✭ 78 (+36.84%)
Mutual labels:  medical-imaging
3D-GuidedGradCAM-for-Medical-Imaging
This Repo containes the implemnetation of generating Guided-GradCAM for 3D medical Imaging using Nifti file in tensorflow 2.0. Different input files can be used in that case need to edit the input to the Guided-gradCAM model.
Stars: ✭ 60 (+5.26%)
Mutual labels:  medical-imaging
time-series-annotator
Time series annotation library.
Stars: ✭ 52 (-8.77%)
Mutual labels:  medical-imaging
CNN-DICOM-Segmentation
DICOM Image Segmentation with CNNs in Tensorflow
Stars: ✭ 87 (+52.63%)
Mutual labels:  medical-imaging
DMRJtensor.jl
A general purpose tensor network library in the Julia programming language
Stars: ✭ 20 (-64.91%)
Mutual labels:  physics-simulation
Ting-Ting-IOS-Application
No description or website provided.
Stars: ✭ 11 (-80.7%)
Mutual labels:  pet
GaNDLF
A generalizable application framework for segmentation, regression, and classification using PyTorch
Stars: ✭ 77 (+35.09%)
Mutual labels:  medical-imaging
Helicopter-Simulation
A complete 6DOF helicopter simulation (physics engine + visualization)
Stars: ✭ 45 (-21.05%)
Mutual labels:  physics-simulation

GateContrib

Warning - This is a user-oriented, collaborative repository of Gate examples. The OpenGate collaboration is not responsible of any contents.

PLEASE INSTALL GIT-LFS FIRST: this is required !
This repository contains data (binary files), stored with git-lfs extension. For most modern Linux distributions there is a standard package for this, e.g. for Ubuntu/Debian do: apt install git-lfs. (If your OS does not have a standard package for git-lfs, then follow the installation instructions on the git-lfs GitHub page.) With git-lfs successfully installed, clone the GateContrib repository with the command git lfs clone https://github.com/OpenGATE/GateContrib.git. If you omit the lfs from the git clone command then the large binary files may not be downloaded correctly.

Gate, based on Geant4 library, allows to perform various Monte-Carlo simulations in the field of medical physics. Gate can be used in numerous ways and for a lot of different applications. This repository contains Gate simulation examples, mostly provided by users, in order to help sharing knowledge.


How to contribute ?

  • Prepare your example as a pull-request. Clone this repository in your github account, commit your example in your cloned repository, then ask us to integrate your proposal via the "New pull request" button.
  • Your simulation must be in a separate folder. You can put it in the folder imaging or dosimetry or misc.
  • Example must contains:
    • a readme.md file that describe the example, the authors, the date and Gate version
    • 3 folders mac/ data/ output/. The first will contains all macros (.mac files), the second all data files needed as input for the simulations. Results should be written in the output/ folder.
    • Simulation should be run by a command such as Gate mac/main.mac
  • It is also possible to contribute via analysis tools. If you developed a killer python script or C++ code useful for Gate simulation, feel free to share it here !

http://www.opengatecollaboration.org

References collaboration papers:


If you encounter some problem while pulling:
The repository was rebased in October 2020. So you can face to pulling problems. You can try one of this solution:

  • If you do not have any modification in your local folder, you can remove and clone again the repository
  • If you do not want to remove your local folder, you can try git reset --hard origin/master to force the pull
  • For expert, you can try to rebase your local commits with the current master branch

In any case, if you have some troubles, do not hesitate to send an issue via Github, we can help you.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].