rii-mango / Papaya

A pure JavaScript medical research image viewer.
Other
554 stars 205 forks source link

Set an offset to 2nd series of DICOM data? #107

Open nkarall opened 6 years ago

nkarall commented 6 years ago

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: grafik

This is how it should look like: grafik

Is there an easy way like params["segmentation.dcm"] = {"offset_z" = 14}; ?

Thanks a lot for you help!

martinezmj-ims commented 6 years ago

Sorry for the late reply. Unfortunately, this isn't yet supported, but I'll add it to the list of requested features.