Progress bar for loading files works on linux
Compare changes
+ 8
− 1
@@ -26,6 +26,7 @@ import qim3d
@@ -26,6 +26,7 @@ import qim3d
@@ -770,6 +771,7 @@ def load(
@@ -770,6 +771,7 @@ def load(
@@ -796,6 +798,7 @@ def load(
@@ -796,6 +798,7 @@ def load(
return_metadata (bool, optional): Specifies whether to return metadata or not. Default is False (only for HDF5 and TXRM/TXM/XRM files)
contains (str, optional): Specifies a part of the name that is common for the TIFF file stack to be loaded (only for TIFF stacks).
If force_load is True, the error is changed to warning and the loader tries to load it anyway. Default is False.
dim_order (tuple, optional): The order of the dimensions in the volume for .vol files. Default is (2,1,0) which corresponds to (z,y,x)
@@ -829,7 +832,11 @@ def load(
@@ -829,7 +832,11 @@ def load(