Alex Vergara Gil

Results 27 issues of Alex Vergara Gil

Basically after cleaning gitlab says ``` remote: GitLab: You cannot push commits for '[email protected]'. You can only push commits that were committed with one of your own verified emails. ```...

When Gate exports a n mhd image like a dose actor it loses completely the reference position. The solution I perform is to manually copy the reference lines in the...

The old G4RadioactiveDecay process that was implemented in Gate was meant for simple decay chains. However it has some big problems such as not controlling the time biasing of long...

This is a long request by the community, but it is also very hard to implement. It was partially discussed in this [issue](https://github.com/OpenGATE/Gate/issues/136). It was also discussed in the [Gate...

enhancement

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...

In several places in the code you use a bunch of vectors to define properties, vectors from the same size that are always used together. So an important optimization should...

Solving [issue 32](https://github.com/videomorph-dev/videomorph/issues/32)

enhancement

**Describe the bug** The image of Gate9.3 in dockerhub contains wrong versions of all required packages. Maybe this was executed with an external script? **Desktop (please complete the following information):**...

help wanted