Design the material of CT detector

Started by julienzzzz, May 22, 2026, 06:54 PM

Previous topic - Next topic

julienzzzz

*
Newbie
Posts: 3
Logged
Hello, Does anyone know how to change the material of CT detector. I only found GGEMSCTSystem.cc, but it seems not the right one.

didier.benoit

Administrator
*****
Newbie
Posts: 21
Logged
Hello,
You do not need to modify GGEMSCTSystem.cc. The detector material can be set directly from the Python interface using the set_material() method:

ct_detector.set_material('GOS')
Replace 'GOS' with the name of the material you want to use from the GGEMS material database.
You can print information about the GGEMS material database using:

ggems.material_database_verbose(True)