Skip to content

Commit

Permalink
Merge pull request #5 from joshmoore/resave2.1
Browse files Browse the repository at this point in the history
dev2: resave.py updates
  • Loading branch information
joshmoore authored Jul 17, 2024
2 parents 5f7ba68 + 7b40c1e commit 51ff647
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dev2/resave.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ def convert_image(read_root, input_path, write_root, output_path):
if "version" in value:
del (value["version"])
well_attrs[key] = value
well_attrs["version"] = "0.5"
well_group.attrs["ome"] = well_attrs

for img in well_attrs["well"]["images"]:
Expand Down

0 comments on commit 51ff647

Please sign in to comment.