vistalab / vistasoft

VISTASOFT is the main software repository of the VISTA lab at Stanford University.
http://vistalab.stanford.edu
148 stars 142 forks source link

Fix hidden view to be consistent with volume view #309

Closed emilykubota closed 5 years ago

emilykubota commented 5 years ago

When a volume is read in the hidden volume view it is read in a different way than in the 3D view window. This causes the data to have a different size. This fix makes it so that the same transform is applied in the hidden view as the main view. BUT we are not sure which is the bug and which is the correct way to read the data. Someone with a deep knowledge of the mrVista coordinate system should take a look and confirm what is going on. @jyeatman was not sure

emilykubota commented 5 years ago

This is a fix for issue #308

JWinawer commented 5 years ago

Yes, this looks like a good fix to me. Thanks!