From 5216342136bbc9259e2a575d957bd9739a15ca48 Mon Sep 17 00:00:00 2001 From: acoussat <44870235+acoussat@users.noreply.github.com> Date: Thu, 2 Nov 2023 14:12:53 +0100 Subject: [PATCH] Fix typo in tools_to_interact_with_the_simulation_actors.rst --- docs/tools_to_interact_with_the_simulation_actors.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tools_to_interact_with_the_simulation_actors.rst b/docs/tools_to_interact_with_the_simulation_actors.rst index 16fecf71e..a5523f499 100644 --- a/docs/tools_to_interact_with_the_simulation_actors.rst +++ b/docs/tools_to_interact_with_the_simulation_actors.rst @@ -920,7 +920,7 @@ MuMapActor In PET recon, it need MuMap to attenuation correction, people can use MuMapActor to get MuMap and sourceMap. Note: voxel Mu Uint(default) is cm-1:: /gate/actor/addActor MuMapActor getMuMap - /gatt/actor/getMuMap/attachTo world + /gate/actor/getMuMap/attachTo world /gate/actor/getMuMap/save myMapFileName.mhd /gate/actor/getMuMap/setPosition 0 0 0 mm /gate/actor/getMuMap/setVoxelSize 2 2 2 mm @@ -1080,4 +1080,4 @@ Example: To kill particles in the volume MyVolume that hits Water:: /gate/actor/MyActor/save MyOutputFile.txt /gate/actor/MyActor/attachTo MyVolume /gate/actor/MyActor/addFilter materialFilter - /gate/actor/MyActor/materialFilter/addMaterial Water \ No newline at end of file + /gate/actor/MyActor/materialFilter/addMaterial Water