-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BrainGlobe Atlas API Version 2 #234
Comments
Duplicating the information in #141, but the first aim is to move away from the monolithic atlas structure, and towards a more distributed structure. Each atlas element (e.g. reference image, structures list) will be packaged and hosted separately. A specific atlas will then be defined by a config file, e.g.: name: "allen_mouse"
atlas_link: "http://www.brain-map.org"
version: 2.0
...
...
reference_images:
# could be >1
STP: some_identifier
annotation_images:
# could be >1
CCFv3: some_identifier
structures: some_identifier
meshes: some_identifier This config file will then point to the individual files needed, e.g.: |
To begin with:
|
To reduce dependency issues, will aim to download all data directly (i.e. not using e.g. the Allen SDK when the data can be downloaded from here) |
Closing this in favour of #141, now the two repos are merged. |
This issue tracks the packaging side of #141.
The text was updated successfully, but these errors were encountered: