Skip to content
Snippets Groups Projects
Commit 3f0f8df4 authored by Harry Carey's avatar Harry Carey
Browse files

fixed references to redundant multithreaded functions

parent 98869b93
No related branches found
No related tags found
No related merge requests found
......@@ -65,7 +65,7 @@ class PyNutil:
if method not in ["per_pixel", "per_object", "all"]:
raise ValueError(f"method {method} not recognised, valid methods are: per_pixel, per_object, or all")
print("extracting coordinates")
points = FolderToAtlasSpaceMultiThreaded(
points = FolderToAtlasSpace(
self.segmentation_folder,
self.alignment_json,
pixelID=self.colour,
......
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