File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 1515from iblutil .numerical import ismember
1616from ibllib .atlas .regions import BrainRegions , FranklinPaxinosRegions
1717
18- """dict: The ML AP DV voxel coordinates of brain landmarks in the Allen atlas."""
1918ALLEN_CCF_LANDMARKS_MLAPDV_UM = {'bregma' : np .array ([5739 , 5400 , 332 ])}
20- """dict: The ML AP DV voxel coordinates of brain landmarks in the Franklin & Paxinos atlas."""
19+ """dict: The ML AP DV voxel coordinates of brain landmarks in the Allen atlas."""
20+
2121PAXINOS_CCF_LANDMARKS_MLAPDV_UM = {'bregma' : np .array ([5700 , 4300 + 160 , 330 ])}
22- """str: The name of the public IBL S3 bucket containing atlas data."""
22+ """dict: The ML AP DV voxel coordinates of brain landmarks in the Franklin & Paxinos atlas."""
23+
2324S3_BUCKET_IBL = 'ibl-brain-wide-map-public'
25+ """str: The name of the public IBL S3 bucket containing atlas data."""
26+
2427_logger = logging .getLogger (__name__ )
2528
2629
You can’t perform that action at this time.
0 commit comments