Skip to content
Snippets Groups Projects
Commit cd30207a authored by Sharon Christine Yates's avatar Sharon Christine Yates
Browse files

comparison

parent 8e0da658
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@ from PyNutil import PyNutil
import os
os.chdir("..")
pnt = PyNutil(settings_file=r"PyNutil/test/test8_PyNutil_bigcaudoputamen.json")
pnt = PyNutil(settings_file=r"PyNutil/test/test9_PyNutil_linear_only.json")
##Use flat can be set to True if you want to use the flat file
# instead of the visualign json (this is only useful for testing and will be removed)
......@@ -10,7 +10,7 @@ pnt.get_coordinates(object_cutoff=0, use_flat=False)
pnt.quantify_coordinates()
pnt.save_analysis("PyNutil/outputs/test8_PyNutil_bigcaudoputamen_noflat_fix")
pnt.save_analysis("PyNutil/outputs/test9_PyNutil_linear_noflat_fix")
# remove name, r, g, b, from pixel_
# add to region_areas df
......
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