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
It turns out that (unexperienced) users tend to mistake the "Select File" button for a way to load images. This easily leads to inadvertently overwriting image files with the affine matrix.
Could solve or at least mitigate this issue by renaming the button, limiting the selection to .txt files or both.
The text was updated successfully, but these errors were encountered:
Closes#89, preventing images from being overwritten by the affine
parameters, by:
- changing the label of the file selection box to make it clearer that
it's for saving affine parameters, and
- adding a file filter to the file selection widget, so it only shows
.txt files.
It turns out that (unexperienced) users tend to mistake the "Select File" button for a way to load images. This easily leads to inadvertently overwriting image files with the affine matrix.
Could solve or at least mitigate this issue by renaming the button, limiting the selection to .txt files or both.
The text was updated successfully, but these errors were encountered: