BrownBiomechanics / SlicerAutoscoperM

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

Update launcher paths for Autoscoper #29

Closed NicerNewerCar closed 1 year ago

NicerNewerCar commented 1 year ago
amymmorton commented 1 year ago

Yes. Fixed. Autoscoper launches- please merge so I can test sample data (not visible on the pull request )

jcfr commented 1 year ago

Generated file on Windows:

image

jcfr commented 1 year ago

I tested, and attempting to launcher the application on both Linux and Windows work :heavy_check_mark:

On Windows, I observed the following error, but this is related to network parameter:

ConnectionRefusedError: [WinError 10061] No connection could be made because the target machine actively refused it
jcfr commented 1 year ago
>>> import shutil 
>>> executablePath = shutil.which("autoscoper") 
>>> print(executablePath)
D:/D/P/S-0-E-b/SlicerAutoscoperM-build/Autoscoper-build/Autoscoper-build/bin/Release\autoscoper.EXE
jcfr commented 1 year ago

To follow up this, I was able to test the latest version, and here the message I got the "factory":

Error Missing path
image image
jcfr commented 1 year ago
Setting Update Successful Autoscoper Start
image image
jcfr commented 1 year ago

Related pull request: