File tree 1 file changed +5
-5
lines changed
brainglobe_atlasapi/atlas_generation/atlas_scripts
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -35,15 +35,15 @@ def create_atlas(working_dir, resolution):
35
35
# setup folder for downloading
36
36
37
37
atlas_path = Path (
38
- "/media/ceph-neuroinformatics/neuroinformatics/atlas-forge/BlackCap/templates/template_sym_res-50um_n -18/for_atlas/"
38
+ "/media/ceph-neuroinformatics/neuroinformatics/atlas-forge/BlackCap/templates/template_sym_res-25um_n -18/for_atlas/"
39
39
)
40
40
41
41
structures_file = atlas_path / "Label_description_BC74white_16_02_2024.txt"
42
42
annotations_file = (
43
- atlas_path / "sub-BC74_res-50um_labels_aligned -to-reference.nii.gz"
43
+ atlas_path / "sub-BC74_res-25um_labels_aligned -to-reference.nii.gz"
44
44
)
45
- reference_file = atlas_path / "reference_res-50um_image .nii.gz"
46
- reference_mask_file = atlas_path / "reference_res-50um_mask -4reg.nii.gz"
45
+ reference_file = atlas_path / "reference_res-25um_image .nii.gz"
46
+ reference_mask_file = atlas_path / "reference_res-25um_mask -4reg.nii.gz"
47
47
meshes_dir_path = Path .home () / "blackcap-meshes"
48
48
49
49
try :
@@ -248,7 +248,7 @@ def create_atlas(working_dir, resolution):
248
248
249
249
250
250
if __name__ == "__main__" :
251
- res = 50 , 50 , 50
251
+ res = 25 , 25 , 25
252
252
home = str (Path .home ())
253
253
bg_root_dir = Path .home () / "bg-atlasgen"
254
254
bg_root_dir .mkdir (exist_ok = True , parents = True )
You can’t perform that action at this time.
0 commit comments