Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sharoncy authored May 15, 2024
1 parent 83ddc27 commit d9701ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit d9701ec

Please sign in to comment.