Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo in tools_to_interact_with_the_simulation_actors.rst #642

Merged
merged 1 commit into from
Nov 2, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading