Pinnacle Scripting – Table Laser Shifts
Pinnacle : Table/Laser Shifts Description It is possible to access shift information from the scan/setup origin location to the isocenter. Patient shift-related information Full Descriptions Ex. “Move the table RIGHT 7.59cm (looking from foot of table.) TrialList.Current.BeamList.Current.LaserDescr.X; TrialList.Current.BeamList.Current.LaserDescr.Y; TrialList.Current.BeamList.Current.LaserDescr.Z; Shift Value only Ex. “7.59” //X, Y, Z coordinate shifts TrialList.Current.BeamList.Current.IsoInLocalizerCoords.XCoord; TrialList.Current.BeamList.Current.IsoInLocalizerCoords.YCoord; TrialList.Current.BeamList.Current.IsoInLocalizerCoords.ZCoord; Direction Value Ex. …