Skip to content

Commit 6492188

Browse files
switch to 25um data
1 parent 6ca66b2 commit 6492188

File tree

1 file changed

+5
-5
lines changed
  • brainglobe_atlasapi/atlas_generation/atlas_scripts

1 file changed

+5
-5
lines changed

brainglobe_atlasapi/atlas_generation/atlas_scripts/blackcap.py

+5-5
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@ def create_atlas(working_dir, resolution):
3535
# setup folder for downloading
3636

3737
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/"
3939
)
4040

4141
structures_file = atlas_path / "Label_description_BC74white_16_02_2024.txt"
4242
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"
4444
)
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"
4747
meshes_dir_path = Path.home() / "blackcap-meshes"
4848

4949
try:
@@ -248,7 +248,7 @@ def create_atlas(working_dir, resolution):
248248

249249

250250
if __name__ == "__main__":
251-
res = 50, 50, 50
251+
res = 25, 25, 25
252252
home = str(Path.home())
253253
bg_root_dir = Path.home() / "bg-atlasgen"
254254
bg_root_dir.mkdir(exist_ok=True, parents=True)

0 commit comments

Comments
 (0)