From 8159ae83ca6702553823e5e97eab02c626580a0e Mon Sep 17 00:00:00 2001 From: polarbean <harry.carey95@gmail.com> Date: Wed, 26 Mar 2025 16:49:23 +0100 Subject: [PATCH] remove damage mask argument to load quint json --- PyNutil/io/read_and_write.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PyNutil/io/read_and_write.py b/PyNutil/io/read_and_write.py index 7584296..0487e0b 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, 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. -- GitLab