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

Create structure for testing

parent 4c1d2dc7
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ import json ...@@ -10,7 +10,7 @@ import json
from datetime import datetime from datetime import datetime
#import json, use to define input parameters #import json, use to define input parameters
with open('../input/input.json', 'r') as f: with open('../test/test1.json', 'r') as f:
input = json.load(f) input = json.load(f)
#print(input) #print(input)
......
{ "volume_path": "../annotation_volumes/annotation_10_reoriented.nrrd",
"label_path": "../annotation_volumes/allen2022_colours.csv",
"allen_colours": "../annotation_volumes/allen2022_colours.csv",
"segmentation_folder": "../test_data/tTA_2877_NOP",
"alignment_json": "../test_data/tTA_2877_NOP_horizontal_final_2017.json",
"nonlinear": true,
"colour": [0, 0, 255],
"points_json_path": "../outputs/test1.json",
"counts_per_label_name": "../outputs/test1_counts_per_allenID.csv"
}
\ No newline at end of file
{ "volume_path": "../annotation_volumes/annotation_10_reoriented.nrrd",
"label_path": "../annotation_volumes/allen2022_colours.csv",
"allen_colours": "../annotation_volumes/allen2022_colours.csv",
"segmentation_folder": "../test_data/oneSection15",
"alignment_json": "../test_data/C68_nonlinear_no_markers.json",
"nonlinear": true,
"colour": [255, 0, 255],
"points_json_path": "../outputs/test2_points.json",
"counts_per_label_name": "../outputs/test2_counts_per_allenID.csv"
}
\ No newline at end of file
{ "volume_path": "../annotation_volumes/annotation_10_reoriented.nrrd",
"label_path": "../annotation_volumes/allen2022_colours.csv",
"allen_colours": "../annotation_volumes/allen2022_colours.csv",
"segmentation_folder": "../test_data/oneSection15",
"alignment_json": "../test_data/C68_nonlinear.json",
"nonlinear": true,
"colour": [255, 0, 255],
"points_json_path": "../outputs/test3_points.json",
"counts_per_label_name": "../outputs/test3_counts_per_allenID.csv"
}
\ No newline at end of file
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