We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24526a8 commit a3e0c3cCopy full SHA for a3e0c3c
iblatlas/atlas.py
@@ -1753,7 +1753,12 @@ def get_bc(res_um=10):
1753
1754
1755
def _download_depth_files(file_name):
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
1762
file_path = BrainAtlas._get_cache_dir().joinpath('depths', file_name)
1763
if not file_path.exists():
1764
file_path.parent.mkdir(exist_ok=True, parents=True)
0 commit comments