Skip to content

Commit

Permalink
Merge pull request #209 from jhlegarreta/FixFiducialPositionWarning
Browse files Browse the repository at this point in the history
COMP: Use SetNthControlPointPosition instead of SetNthFiducialPosition
  • Loading branch information
ljod committed Dec 7, 2023
2 parents e164694 + 477b406 commit dd0764b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ def run(self,enableScreenshots=0,screenshotScaleFactor=1):
for y in range(-20, 100, 5):
msg = "Moving the fiducial to y = " + str(y)
self.delayDisplay(msg,250)
fidNode.SetNthFiducialPosition(0, r, y, s)
fidNode.SetNthControlPointPosition(0, r, y, s)

self.takeScreenshot('NeurosurgicalPlanning-TIS-Moved','Moved fiducial and did Tractography Interactive Seeding',-1)

Expand Down

0 comments on commit dd0764b

Please sign in to comment.