Cannot find SNRMeasurement Module in Slicer 4.8.0

I want to measure SNR in MRI images. I checked the documentation, one of the methods to measure SNR is using SNRMeasurement module. But I cannot find it in the modules list :frowning: Please guide. Also, if there is any better method to measure SNR, please let me know.

Thanks in advance!

Thanks for your interest. The source code for the module is available at:

It is a scripted module and should run on a binary package of 3D Slicer. I haven’t used it for a while, and am not sure if it runs on the recent version of 3D Slicer. If you find any error, please let me know. It is not in the Slicer Extensions, but if there are some needs, I would be happy to put there.

Thanks,

1 Like

@tokjun It seems that it is a CLI module, so users would need to build Slicer first and then build the module, which could be significant effort. I’ve tried and the module can be built and packaged successfully on Windows. Could you submit it to the extension manager to make it easy to access for users?

1 Like

Sorry, @lassoan is correct. Good to know that it is working on Windows. I’ll submit it to the extension manager.

1 Like

Yess, please submit it and make it easily accessible. Thank you very much!