Skip to content
Snippets Groups Projects
Commit 759862a2 authored by polarbean's avatar polarbean
Browse files

remove zone id file

parent 3075fa97
No related branches found
No related tags found
No related merge requests found
......@@ -227,7 +227,6 @@ class PyNutil:
for i in self.per_section_df:
c, i = apply_custom_regions(i, self.custom_regions_dict)
self.custom_per_section_df.append(c)
self.custom_label_df
except Exception as e:
raise ValueError(f"Error quantifying coordinates: {e}")
......
......@@ -55,11 +55,11 @@ def apply_custom_regions(df, custom_regions_dict):
"region_area", "undamaged_region_area", "damaged_region_area",
"object_count", "undamaged_object_count", "damaged_object_count",
"left_hemi_pixel_count", "left_hemi_undamaged_pixel_count",
"left_hemi_damaged_pixel_counts", "left_hemi_region_area",
"left_hemi_damaged_pixel_count", "left_hemi_region_area",
"left_hemi_undamaged_region_area", "left_hemi_damaged_region_area",
"left_hemi_object_count", "left_hemi_undamaged_object_count",
"left_hemi_damaged_object_count", "right_hemi_pixel_count",
"right_hemi_undamaged_pixel_count", "right_hemi_damaged_pixel_counts",
"right_hemi_undamaged_pixel_count", "right_hemi_damaged_pixel_count",
"right_hemi_region_area", "right_hemi_undamaged_region_area",
"right_hemi_damaged_region_area", "right_hemi_object_count",
"right_hemi_undamaged_object_count", "right_hemi_damaged_object_count"
......
......@@ -62,6 +62,8 @@ PyNutil generates a series of reports in the folder which you specify.
If you use an atlas which has a hemisphere map (All brainglobe atlases have this, it is a volume in the shape of the atlas with 1 in the lft hemisphere and 2 in the right) PyNutil will generate per-hemisphere quantifications in addition to total numbers. In addition, PyNutil will also genearte additional per-hemisphere point cloud files for viewing in meshview.
## Damage Quantification
The QCAlign tool allows you to mark damaged areas on your section. This means that these damaged areas are excluded from your point clouds. In addition, PyNutil will seperately quantify damaged and undamaged areas. Note the undamaged, and damaged column names.
# Meshview json files
PyNutil will produce meshview json files
# Interpreting the Results
Each column name has the following definition
| Column | Definition |
......
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