Skip to content

Commit

Permalink
Update brainglobe_atlasapi/atlas_generation/atlas_scripts/template_sc…
Browse files Browse the repository at this point in the history
…ript.py

Co-authored-by: Alessandro Felder <[email protected]>
  • Loading branch information
PolarBean and alessandrofelder authored Sep 11, 2024
1 parent 1383b14 commit 2b0d42e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ def download_resources():

def retrieve_template_and_reference():
"""
Retrieve the desired template and reference as two numpy arrays.
Retrieve the desired reference and annotation as two numpy arrays.
Returns:
tuple: A tuple containing two numpy arrays. The first array is the template volume, and the second array is the reference volume.
tuple: A tuple containing two numpy arrays. The first array is the reference volume, and the second array is the annotation volume.
"""
template = None
reference = None
Expand Down

0 comments on commit 2b0d42e

Please sign in to comment.