-
Notifications
You must be signed in to change notification settings - Fork 74
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
silx view: Large 2D datasets are open #4124
Comments
I guess the dataset does not identify itself as being of What about deciding between |
There's no attributes or NXdata description, just a plain 2D dataset. The ratio can be a good way to discriminate. |
This issue is the same for MX data produced by Dectris. Silx is essentially unusable for MX. |
Does the problem also affect PyMca? I would like to take a look at the offending datasets. Among other possibilities, the problem might be related to compression in huge chunks. |
From what I know, there's currently 2 issues with silx view regarding large datasets:
@vasole, it depends which part of silx pymca is using:
IMO both issues should be fixed for the next release. |
Well, PyMca only has issues when accessing the file via silx (show information, double click...) When accessing the target file from silx, everything works at the silx side. When accessing the file via the master file, silx hangs. There is a badly configured NXdata group too. |
What you see is most likely related to #4167: If |
When opening a large 2D dataset containing many curves (shape: 1e6 x 3000, dtype: float32), it takes too long to display with the default view (raw?), while one want to browse the curves.
As a workaround, it is possible to open first another dataset and select the curves plot before selecting the 2D dataset.
It would be good to avoid this by either adding a confirmation before loading really large datasets or by changing the default view when the 2D data is really large.
Related to silx-kit/h5web#1651
The text was updated successfully, but these errors were encountered: