Skip to content

Commit

Permalink
Merge pull request #642 from acoussat/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
dsarrut committed Nov 2, 2023
2 parents 46d5657 + 5216342 commit 21f6ef5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tools_to_interact_with_the_simulation_actors.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
/gate/actor/MyActor/materialFilter/addMaterial Water

0 comments on commit 21f6ef5

Please sign in to comment.