BrownBiomechanics / SlicerAutoscoperM

This 3D Slicer extension enables users to perform image registration.
https://autoscoperm.slicer.org
MIT License
0 stars 3 forks source link

Refactor and add networking support #2

Closed jcfr closed 3 years ago

jcfr commented 3 years ago

After compiling the mocker server, the following snippet allow to test the logic:

from AutoscoperConnect import AutoscoperConnectLogic
l = AutoscoperConnectLogic()
l.startAutoscoper("/home/jcfr/Projects/AutoscoperMockServer-build/AutoscoperMockServer")
l.loadTrial("/path/to")
l.setBackground(5.1)