Gate
Gate copied to clipboard
Official public repository of Gate
Some compilers fail to evaluate `fabs(crystal1ID - det1_c)` as in `source/digits_hits/src/GateSinogram.cc` for example. The compiler doesn't know whether to treat the arguments as `float`, `double` or `long double`.
I didn't try to understand the code yet, but if the code is kept untouched, one should provide alternative implementations for compilers where the two functions don't exist. (The functions...
A lot of timing functionality in Gate depends on existence of `sys/time.h` and `timeval`. All time readings and calculations should be reworked a bit to work under Windows.
FindROOT.cmake needs some taking care of. Currently it would happily try to execute a shell script `root-config` even on Windows. I will write more details later, but I would like...
The code in Gate.cc that includes getopt.h and uses getopt_long(...) to read the options doesn't work with Visual Studio. I will check the support in cygwin and MinGW just in...
Hi, I try to calculate dose distributions for seed implant brachytherapy. I firstly imported CT files to construct a voxelized patient phantom using regionalized parameterization method. And then a few...
I added support for ions in phase space source. If the phase space contains PDGcode, the particles and now also ions are identified and used. ions still don't work using...
Hi, I wanted to use the phase space source with a phase space recording of a carbon ion (C12) beam. This does not work. Error message: "GateSourcePhaseSpace.cc (l.420): No particle...
additional info in the documentation of ideal adder digitizer module
Hey, I want to specifically use boron-10 for my research. However, when I define boron-10 as both an element and material, the simulation produces the same results as natural boron....