You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#24 (review)
Fix code logic bugs where next, previous, and initial image (i.e., on open) were not oriented. Called orient_image in these specific functions. Could instead call orient_image in render_curr_slice to easily fix everywhere but feels inefficient.
Removed final instances of SMOOTH_BEFORE_RENDERING. curr_rotated_slice does not smooth, contour does smooth.
Originated in commit 20009ed.
To reproduce,
git checkout 20009ed
./gui.py
Open an image and then Debug > Print metadata. It will display an empty dictionary.
Not a huge concern since we're not using sitk metadata for much. We use it to get units for a NIfTI file but it has never worked on NRRD.
Things like GetSize(), GetSpacing(), GetDirection() all work and those are useful.
The text was updated successfully, but these errors were encountered: