I added 2 DICOM-series, one contains the MRI data and the 2nd contains segmentation data. So far, so good, but my problem is that in the segmentation data the "empty" slices in z-direction are missing. So, I want the 2nd series to start e.g. at slice 14 of the 1st series. This "offset" is stored in the segmentation DICOM dataset at position [0117,10a1], but how can I tell papaya to use this offset?
This is how it lookes like now:
This is how it should look like:
Is there an easy way like params["segmentation.dcm"] = {"offset_z" = 14}; ?
Hi papaya developer,
I added 2 DICOM-series, one contains the MRI data and the 2nd contains segmentation data. So far, so good, but my problem is that in the segmentation data the "empty" slices in z-direction are missing. So, I want the 2nd series to start e.g. at slice 14 of the 1st series. This "offset" is stored in the segmentation DICOM dataset at position [0117,10a1], but how can I tell papaya to use this offset?
This is how it lookes like now:
This is how it should look like:
Is there an easy way like
params["segmentation.dcm"] = {"offset_z" = 14};
?Thanks a lot for you help!