From d9701ec2e3816642f2a6e2f6e294fdf29328a3f7 Mon Sep 17 00:00:00 2001 From: Sharon Yates <30626642+sharoncy@users.noreply.github.com> Date: Wed, 15 May 2024 10:21:21 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a015216..88530fe 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ from PyNutil import PyNutil pnt = PyNutil(settings_file=r"PyNutil/test/test.json") #Use flat can be set to True if you want to use flat files from QuickNII or VisuAlign -pnt.get_coordinates(object_cutoff=0, use_flat=False) +pnt.get_coordinates(object_cutoff=0, method ="all", use_flat=False) pnt.quantify_coordinates()