Saving resliced images from an ultrasound volume

Hi there,

I’d like to reslice an ultrasound volume at coordinates defined by given transforms (this is so that I can feed in optical tracking data to reslice the ultrasound volume). I initially tried the Volume Reslice Driver within the IGT module and that worked to reslice the volume but there doesn’t seem to be any way of saving the resliced images. Is there something I’m missing?

Any help would be appreciated!

You can write a few-line Python script that iterates through the sequence and for each timepoint you save the output to file. The script repository probably contains examples for everything that you need, but if you cannot find out how to do something then you can ask here.