Skip to content

Commit

Permalink
--amend
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorTatarnikov committed Jan 11, 2024
1 parent 6711b2b commit 5565acf
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions mesospim_stitcher/fuse.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,14 +107,14 @@ def fuse_image(
max(translation[1] for translation in translations),
)

fuse_to_bdv_h5(
fused_image_shape,
group,
output_path,
tile_names,
translations,
xml_path,
)
# fuse_to_bdv_h5(
# fused_image_shape,
# group,
# output_path,
# tile_names,
# translations,
# xml_path,
# )
fuse_to_zarr(
fused_image_shape, group, output_path, tile_names, translations
)
Expand Down

0 comments on commit 5565acf

Please sign in to comment.