-
Hello everyone, From the documentation, I understand that I may need the IGSIO extension to enable the .igs.mha format. However, when I install IGSIO, it only adds a module called "VideoUtil" and doesn't seem to modify the available saving options. Could you help me resolve this issue? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
If you record sequences in Slicer then you can replay them in Slicer. If you need to send the replayed data via OpenIGTLink then Slicer can do it, too. Slicer can also read .igs.mha, .igs.mhd, .igs.nrrd files (see qSlicerSequenceIOReader), but there is no exporter. Writing an exporter is not trivial, because usually an .igs.mha/mhd/nrrd file contains multiple sequences, which are loaded into Slicer as multiple nodes, so in an exporter you would need to merge these multiple sequences into a single file. You can use The only conversion that is missing is that if you import .igs.mha/mhd/nrrd into Slicer then you cannot export it as .igs.mha/mhd/nrrd from Slicer. |
Beta Was this translation helpful? Give feedback.
You always send the current state of the node. If you want to record it into a sequence then in Sequences module you can create a sequence, assign the node that OpenIGTLink updates as proxy node, and start recording.