Skip to content

Commit a3e0c3c

Browse files
committed
link to script
1 parent 24526a8 commit a3e0c3c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

iblatlas/atlas.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1753,7 +1753,12 @@ def get_bc(res_um=10):
17531753

17541754

17551755
def _download_depth_files(file_name):
1756-
1756+
"""
1757+
These files have been generated using this script
1758+
https://github.com/int-brain-lab/ibldevtools/blob/master/Mayo/flatmaps/2025-03-20_depths_from_streamlines.py
1759+
:param file_name:
1760+
:return:
1761+
"""
17571762
file_path = BrainAtlas._get_cache_dir().joinpath('depths', file_name)
17581763
if not file_path.exists():
17591764
file_path.parent.mkdir(exist_ok=True, parents=True)

0 commit comments

Comments
 (0)