-
Notifications
You must be signed in to change notification settings - Fork 60
Make HDF5 default option where it is possible #1158
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
woutdenolf
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok for me. To be checked with @vasole
|
For the ROI Imaging Tool it is a no brainer (if the first item in the filter is .edf it does not make sense today). I am hesitating about the main application window (default extension is mca). |
Your comment in issue #1157 about the number of clicks made me think that you might not know that you can customize PyMca's default filedialog, file filter, input directory, user defined counters and so on: http://www.silx.org/doc/PyMca/latest/customization/settings/index.html If user has defined mca as the default file filter, it will be used irrespective of your list. If you want to make sure your list is used, you need a fresh start of PyMca or to delete the PyMca.ini file |
Just from my local experience - many ESRF beamlines use PyMca as data viewer and can open several windows (to navigate through several files at the same time). Since almost every ESRF beamline have Bliss, the |
Yes because of that I am hesitating about checking if |
|
A simple closing of an opened HDF5 file and saving the settings and the default filter is selected. With the benefit that the input directory is also kept. I do not understand the need to open multiple windows to browse multiple files. It is much more powerful to open all of them in the same instance to compare the data. |
|
Let's put your default and see if users complain... |
I just saying what I saw 😄 if I remember correctly it was about open old
Let's try |

Closes #1157
Just reorder
fileTypeListin every place where.h5or.hdf5exists.On the way found few places with
.h5, .nxs, .hdfwithout.hdf5-> so I've added it to the list.