Hi,
If my Geometric Line Average (mm) is 50.02. How can call each 4 Geometric Lines from my code, instead of Geometric Line Average. Because in my clinical QA, I compare whether each geometric line is within ± 2mm of 50mm.
So here’s the way i tried.
Geometric Line Average (mm): 50.02
Geometric Line array : [50.0103181344705, 49.93510052789566, 50.024458572130875, 50.10323683737221]
So that i can get the 4 separate Geometric Lines
What i‘m wondering is is there any way I can call these 4 separate Geometric Lines without modifying the ct.py module?