We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e7900a commit 75275c3Copy full SHA for 75275c3
1 file changed
src/membrain_pick/mesh_projections/mesh_conversion_wrappers.py
@@ -161,7 +161,7 @@ def mesh_for_tomo_mb_folder(
161
if tomo is None:
162
tomo = load_tomogram(tomo_file)
163
input_pixel_size = (
164
- tomo.voxel_size if input_pixel_size is None else input_pixel_size
+ tomo.voxel_size.x if input_pixel_size is None else input_pixel_size
165
)
166
tomo = tomo.data
167
if tomo_token is None:
@@ -215,7 +215,7 @@ def mesh_for_single_mb_file(
215
216
217
218
219
220
221
0 commit comments