Skip to content
Snippets Groups Projects
Unverified Commit ccc0f964 authored by Harry Carey's avatar Harry Carey Committed by GitHub
Browse files

give default value to apply_damage_mask

parent 19c5def5
No related branches found
No related tags found
No related merge requests found
...@@ -182,7 +182,7 @@ def load_segmentation(segmentation_path: str): ...@@ -182,7 +182,7 @@ def load_segmentation(segmentation_path: str):
# related to read and write # related to read and write
# this function reads a VisuAlign JSON and returns the slices # this function reads a VisuAlign JSON and returns the slices
def load_visualign_json(filename, apply_damage_mask): def load_visualign_json(filename, apply_damage_mask=True):
""" """
Reads a VisuAlign JSON file (.waln or .wwrp) and extracts slice information. Reads a VisuAlign JSON file (.waln or .wwrp) and extracts slice information.
Slices may include anchoring, grid spacing, and other image metadata. 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