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
The export feature (to CSV, TIFF, etc.) does not take into account potential transposition of datasets (or dataset slices). See silx-kit/vscode-h5web#23 (comment)
The getExportURL method that data providers may implement does not receive sufficient information to determine whether users have transposed the dataset/slice they want to export. The current signature of the method is:
Describe the bug
The export feature (to CSV, TIFF, etc.) does not take into account potential transposition of datasets (or dataset slices). See silx-kit/vscode-h5web#23 (comment)
The
getExportURL
method that data providers may implement does not receive sufficient information to determine whether users have transposed the dataset/slice they want to export. The current signature of the method is:To Reproduce
/entry_0000/1_integration/results/I
Can also be reproduced with the Heatmap visualization and the TIFF export, for instance.
Expected behaviour
Exports should reflect potential transposition of the datasets (or dataset slices).
The text was updated successfully, but these errors were encountered: