diff --git a/PyNutil/io/read_and_write.py b/PyNutil/io/read_and_write.py index 0487e0bf7b55a23d607b27fdf2a9b5161212e8aa..758429617d15dac4d0efbcc0d7e5a95f4302e3d0 100644 --- a/PyNutil/io/read_and_write.py +++ b/PyNutil/io/read_and_write.py @@ -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): +def load_quint_json(filename, apply_damage_mask=True): """ Reads a VisuAlign JSON file (.waln or .wwrp) and extracts slice information. Slices may include anchoring, grid spacing, and other image metadata.