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

It is too easy to crash gate with a "stack smashing" error. For instance, a guest researcher here in our lab uses the alias system to define things like pathnames...

I've noticed that some GateVVolume descendants, e.g. `GateTessellated` or `GateTetra`, implement a `DescribeMyself(size_t indent)` method. However, to me it looks like a dead end, since `GateVVolume` does not have a...

Hello I just start to use the "new" physics list builder". Yes I am late... I would like to remove a process. For example compton I do : ``` /gate/physics/removeProcess...

Today I read on `gate-users`, mail by Bryan McIntosh: > I had a similar issue with my GTX 980, and the problem lies in the file CMakeLists.txt that is in...

Hello,Gate-developer, DigiGate don't work. GateHitFileReader::PrepareNextEvent() don't loop in GateOutputMgr. can you fix it?

I noticed that destructors for actors or filters were not called, and I could pin that down to the GateRunManager not being destroyed at the end of `Gate.cc`. Adding `delete...

Hello, I am currently working on some PET project. I only need the HITS information from GATE. I have set a source of monoenergetic gamma beam of 511 keV. When...

Dear all, as you know, Gate is delivered with gjs, the Gate job splitter. It splits a large simulation into smaller chunks. It works by using the startDAQCluster. Basically it...

While answering a user question about random number generation, I came across these lines: https://github.com/OpenGATE/Gate/blob/develop/source/general/src/GateRandomEngine.cc#L154 ``` // use clhep engine to initialize other engine std::srand(static_cast(*theRandomEngine)); srandom(static_cast(*theRandomEngine)); #ifdef G4ANALYSIS_USE_ROOT gRandom->SetSeed(static_cast(*theRandomEngine)); #endif...

I think that a large part of the memory foot print in radiotherapy simulations comes from the dose actor. Often we want the dose distribution with a high resolution but...

enhancement