Skip to content

Commit

Permalink
Updated docstring for convert_atlas_labels
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorTatarnikov committed Dec 17, 2024
1 parent eea29a6 commit f766fdb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions brainglobe_registration/utils/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,9 @@ def convert_atlas_labels(
This is done by mapping the labels greater than 2**16 to new
consecutive values starting from 2**16.
Slow to run if a large number of unique values are greater than 2**16.
Based on current BrainGlobe atlases, this should not be the case.
Parameters
----------
annotation_image
Expand Down

0 comments on commit f766fdb

Please sign in to comment.