Update of Python SDK

Hi ImFusion team,

Was there a big change to the Python SDK? I would like to construct an ultrasound sweep from images and tracking data in Python. But I found that imfusion.UltrasoundSweep() will raise error “module ‘imfusion’ has no attribute 'UltrasoundSweep”, I remember it worked before. And now I tried to search UltrasoundSweep in the document, the result is empty.

Best regards,
Luohong

Hi Luohong,

the freely available Python SDK (downloaded from the webshop) does not contain any extra modules. Those are only included in the Python interface that comes with ImFusion Suite. Did you try on the webshop version or your ImFusion Suite installation? If the latter, does it have the Ultrasound Module enabled?

Julia

Hi Julia,
Thank you for your reply. It’s been too long since my last use with the ImFusion Python SDK. I used the freely available one. Now I using the correct one. Thank you!