Gate icon indicating copy to clipboard operation
Gate copied to clipboard

Official public repository of Gate

Results 156 Gate issues
Sort by recently updated
recently updated
newest added

The linac beam source as implemented in `GateSourceLinacBeam.cc` needs work. (1) It depends on a ROOT input file with a few thousand histograms. This ROOT input file can be generated...

When I tried to configure my dose actor such that the dosel geometry would be the same as the patient voxel geometry by setting the same voxelsize, I got a...

I have encountered weird behavior. In each event i'm simulating 3 gamma particles. If gamma nb. 2 or 3 interacts via Compton scattering with a detector everything is ok (like...

When running `make install` in a Gate build directory, the following things get copied to the install directory: 1. the (statically linked) Gate executable 2. the MetaIO library (static) 3....

During vpgTLE development, I discovered that the PhaseSpaceActor does not record 0-step (or 1-step) particles, i.e. particles destroyed in their first step. You can verify this by using the GatePromptGammaAnalogActor,...

we are in the process of changing the cluster tools (mainly job splitter) for having the support for SLURM resource manager.We went through your documentation page to check the compilation...

I have a question regarding how hounsfield density interpolation is actually implemented. Current implementation expects user to gave the initial density for material, then Gate calculates following densities to reach...

Current actors, such as Dose Actor, are now dependent of the number of histories, since you accumulate the deposited energy which increases with primary event generation. This is a really...

There are a bunch of warnings about non initialized class members that are thrown by the Eclipse's syntax checker, all these can lead to potential bugs since the member can...