pytrip / pytripgui

Official platform-independent PyTRiP graphical user interface
https://pytrip.github.io/pytripgui/
GNU General Public License v3.0
11 stars 4 forks source link

coronal and sagittal display seem to be one index off along z-slice direction #84

Open nbassler opened 7 years ago

nbassler commented 7 years ago

presumably a pytripgui plotting issue, since in transversal plane the data display is correct (i.e. each Z-contour is also correctly mapped to the right Z slice.)

screenshot_2017-03-01_16-09-53

using non.release 1.3.4 pytrip and 0.2.5-dev (to be 0.2.6) pytripgui

grzanka commented 7 years ago

Is is still present after merging PR #102 ? Which dataset it is ?

nbassler commented 7 years ago

Now it is even worse off. That was a closed data set, but you can also try TST000. It is also worse than before. I guess that self.ctx.indices_to_pos() is broken.

nbassler commented 7 years ago

check also get_2d_slice()