-
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
[curveplot] Improve *.dat export #4178
Comments
This part of the code hasn't changed much in the last 6/7 years, so it's a bit risky to change the behavior now... I guess it was saved with different scans rather than counters because it allows for each curves to have a different number of points. What could be done is:
|
BTW, there is indeed a
|
In this case maybe you can close this issue, until somebody else request that. As i said, the user will use the HDF5 reader from PyMCA anyway, and will not export anymore to Just remove the print. |
PR #4192 removes the |
Feedback from a user. That's not a high priority at all.
Tested with
silx 2.1.1
.The dat export with multi curves is like exporting multiple scans instead of multiple curves.
examples/plotCurveLegendWidget.py
They would expect a single scan, with the 4 counters (3 counters + 1 axes).
BTW during the export we can notice that:
There is an extra print somewhere.
The text was updated successfully, but these errors were encountered: