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
when trying to display the following file /data/visitor/ihma551/bm05/20240920/PROCESSED_DATA/SSD_battery/SSD_battery_0001/reconstructed_volumes/SSD_battery_0001_1_1_0000pag_db0020_vol.hdf5 as 3D / cube we get the following error:
hpc5-0204:PROCESSED_DATA/SSD_battery/SSD_battery_0001 % silx view reconstructed_volumes/SSD_battery_0001_1_1_0000pag_db0020_vol.hdf5
QStandardPaths: XDG_RUNTIME_DIR points to non-existing path '/run/user/81067', please create it with 0700 permissions.
ERROR:silx.gui.qt._qt:<class 'ValueError'> Zero-size array File "/usr/lib/python3/dist-packages/silx/gui/data/DataViewer.py", line 287, in __setDataInView
self.__currentView.setData(self.__displayedData)
File "/usr/lib/python3/dist-packages/silx/gui/data/DataViews.py", line 1119, in setData
self.getWidget().setData(data)
File "/usr/lib/python3/dist-packages/silx/gui/data/_VolumeWindow.py", line 111, in setData
volume = sceneWidget.addVolume(data, copy=False)
File "/usr/lib/python3/dist-packages/silx/gui/plot3d/SceneWidget.py", line 504, in addVolume
volume.setData(data, copy=copy)
File "/usr/lib/python3/dist-packages/silx/gui/plot3d/items/volume.py", line 536, in setData
self._dataRange = self._computeRangeFromData(self._data)
File "/usr/lib/python3/dist-packages/silx/gui/plot3d/items/volume.py", line 503, in _computeRangeFromData
dataRange = min_max(data, min_positive=True, finite=True)
File "src/silx/math/combo.pyx", line 326, in silx.math.combo.min_max
File "src/silx/math/combo.pyx", line 224, in silx.math.combo._finite_min_max
Tested with 128Go of ram. Crashes after waiting a 'long time'. So probably when initiate the display
The text was updated successfully, but these errors were encountered:
What is the size of the dataset?
Do you select the 3D view manually or is it opened automatically when opening the dataset?
Is it only with the 3D view? or with other as well?
when trying to display the following file
/data/visitor/ihma551/bm05/20240920/PROCESSED_DATA/SSD_battery/SSD_battery_0001/reconstructed_volumes/SSD_battery_0001_1_1_0000pag_db0020_vol.hdf5
as 3D / cube we get the following error:Tested with 128Go of ram. Crashes after waiting a 'long time'. So probably when initiate the display
The text was updated successfully, but these errors were encountered: