You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use pet = pet_biograph.add_pet(sim, "pet") as a pet scanner. The problem is the simulation result under this default setting can not cover the whole body.
I would like to ask if I want to add more rings, how can I change them? In siementsbiograph.py there is code like:
# 4 rings
ring = sim.add_volume("Tubs", f"{name}_ring")
ring.mother = pet.name
ring.rmax = 460 * mm
ring.rmin = 410 * mm
ring.dz = 56 * mm / 2
ring.translation = get_grid_repetition([1, 1, 4], [0, 0 * mm, 56 * mm])
ring.material = "G4_AIR"
ring.color = transparent
I changed the number [1, 1, 4] to [1, 1, 20],, there was an error:
The text was updated successfully, but these errors were encountered:
Hello,
I use
pet = pet_biograph.add_pet(sim, "pet")
as a pet scanner. The problem is the simulation result under this default setting can not cover the whole body.I would like to ask if I want to add more rings, how can I change them? In
siementsbiograph.py
there is code like:I changed the number
[1, 1, 4]
to[1, 1, 20],
, there was an error:The text was updated successfully, but these errors were encountered: