pytrip.tripexecuter.field module¶
Field() objects here, which can be passed to a Plan() object.
-
class
pytrip.tripexecuter.field.Field(basename='')[source]¶ Bases:
objectOne or more Field() object, which then can be added to a Plan() object. :params str basename: basename of field without file extension (input or output will be suffixed with proper file extension)
-
set_isocenter_from_string(isocenter_str)[source]¶ Override the automatically determined isocenter from TRiP98. :params str isocenter_str: x,y,z coordinates of the isocenter/target in [mm] in a comma delimted string. such as “123.33,158.4,143.5”. If and empty string is provided, then the isocenter is unset, and TRiP98 will calculate it itself.
Following the target() option in the TRiP98 field command, one can specify the isocenter of the target. If not used, TRiP98 will determine the isocenter from the target Voi provided.
-