How to use a standalone python environment for data transfer with 3Dslicer

How to use a standalone python environment for data transfer with 3Dslicer

You have several options. To give specific advice we would need to know more about what exactly you want to achieve, but for example you can:

  • Use Slicer’s web API to upload/download data and trigger processing functionsin Slicer. If you develop in Python then slicerio Python package can be used.
  • Use OpenIGTLink for real-time continous streaming of data, such as ultrasound images, video, transforms, surface meshes. If you develop in Python then pyigtl Python package can be used.
1 Like