Skip to content
Snippets Groups Projects
Commit 8159ae83 authored by polarbean's avatar polarbean
Browse files

remove damage mask argument to load quint json

parent 3d7f33db
No related branches found
No related tags found
No related merge requests found
......@@ -182,7 +182,7 @@ def load_segmentation(segmentation_path: str):
# related to read and write
# this function reads a VisuAlign JSON and returns the slices
def load_quint_json(filename, apply_damage_mask=True):
def load_quint_json(filename):
"""
Reads a VisuAlign JSON file (.waln or .wwrp) and extracts slice information.
Slices may include anchoring, grid spacing, and other image metadata.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment