Hi Fedorov,
I know that slicer modules are accessed like below:
slicer.modules.multivolumeexplorer
how can i run the module and extract the 2 frame number and then click copy frame to copy the frame selected. How can this be performed using the script?
We are transitioning I use the more general Sequences modules instead of MultiVolume Explorer. You can find examples for using that module in the Slicer script repository.
Dear Andras,
I have a nrrd file with two frames. i want to extract the number 1 frame from the nrrd file. I can do it using the multivolume explorer but how can I do it using the script.
i just know the following:
slicer.modules.multivolumeexplorer.logic