I am using the rii-mango/Papaya to display dicom-files. I upload a folder containing 243 dicom files. It always starts in the middle of the files (here image 121) but I want to start with image 243. Is there a function to display a specific image? I tried:
papayaContainers[0].preferences.viewer.currentSlice = 243;
But it does not work (nothing changes).