I loaded two nrrd volumes, one has the CT volume , the other has a binary segmentation mask. I am able to load and view them without any problem.
But when I try to save it by exporting to RTseries, it generates the dicom files for each slice and a single RTS dicom file. But when I try to load this directory it tries to load each slice as individual files along with the RTS like in the below screenshot
When I hit OK it loads all the slices as individual slices (is there any way it can be loaded as a single volume ?) but it gives a big error when it tries to load the rts file
vtkITKArchetypeImageSeriesReader::ExecuteInformation: Cannot open C:/Users/gabri/Desktop/2/rtss_1.2.826.0.1.3680043.8.274.1.1.3528944502.44294.5368913286.4316.dcm. ITK exception info: error in unknown: Could not create IO object for reading file C:/Users/gabri/Desktop/2/rtss_1.2.826.0.1.3680043.8.274.1.1.3528944502.44294.5368913286.4316.dcm
Tried to create one of the following:
BMPImageIO
BioRadImageIO
DCMTKImageIO
GDCMImageIO
GiplImageIO …