Enabling multiple object modes in FancyPtycho will cause model.inspect to display an empty window for the object image.
The issue stems from self.obj_view_slice; namely it fails to account for the additional dimension introduced with the multi-mode object.
Enabling multiple object modes in FancyPtycho will cause
model.inspectto display an empty window for the object image.The issue stems from
self.obj_view_slice; namely it fails to account for the additional dimension introduced with the multi-mode object.