nkrah

Results 39 issues of nkrah

Use an f-string rather than explicit concatenation of strings as this is incompatible, e.g., if filename is a Path object.

created based on PR #363 as a branch in the main repo.

This PR completely refactors the actors and its handling. It switches them from the current mechanism of using the UserInfo class and the builder mechnism to inheriting from GateObject, as...

Check if the line ```python self.root_logical_volumes[volume_name] = None ``` is correct.

This PR is to test different ways to implement the DoseActor (and similar actors) in multithread mode. It particularly, it implements different lock-free structures to store the dose per voxel...

Update the developer guide to match the current state of GATE and add explanations where they are missing.

Is there any way to use the default `opengate/contrib/GateMaterials.db` in my simulation? I wrote a custom function `add_default_material_database(sim)` in `opengate/contrib/__init__.py` in my local installation of opengate. Is there a better...

This is a FIXME from test028_ge_nm670_spect_2_helpers.py: The DigitizerProjectionActor should have a user info plane.

enhancement

First steps to try the switch from itk to SimpleITK which is much faster to import. The general idea is to implement wrapper functions in opengate.image, e.g. itk_get_image_origin(image), which internally...