Skip to content

Commit d62d78d

Browse files
committed
Adding some basic info and an environment
1 parent ba97d2c commit d62d78d

File tree

4 files changed

+43
-0
lines changed

4 files changed

+43
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,5 @@ crashlytics-build.properties
6767
Assets/AddressableAssets/*
6868
Assets/AddressableAssets.zip
6969
Assets/AddressableAssets.zip.meta
70+
71+
Pipelines/brainatlas-venv/*

Pipelines/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# BrainGlobe Atlas -> BrainAtlas Unity Format
2+
3+
Each atlas (e.g. CCF) in BrainGlobe has a shape (ap, dv, ml) and a resolution (25um), a list of brain regions with acronyms ("grey") and ID #s (8). The origin coordinate is always the "front, top, left" coordinate. Each brain region also has a mesh file attached to it.
4+
5+
## Create metadata files
6+
7+
We need to define for each atlas a base CoordinateSpace metadata file and a CSV file that will contain the minimal region data and colors.
8+
9+
## Download atlas annotation file
10+
11+
We'll download the annotation file locally and save it in a format readable by Unity (raw bytes)

Pipelines/requirements.txt

796 Bytes
Binary file not shown.

Pipelines/test_conversion.ipynb

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"cells": [
3+
{
4+
"cell_type": "code",
5+
"execution_count": null,
6+
"metadata": {},
7+
"outputs": [],
8+
"source": []
9+
}
10+
],
11+
"metadata": {
12+
"kernelspec": {
13+
"display_name": "Python 3",
14+
"language": "python",
15+
"name": "python3"
16+
},
17+
"language_info": {
18+
"name": "python",
19+
"version": "3.10.2"
20+
},
21+
"orig_nbformat": 4,
22+
"vscode": {
23+
"interpreter": {
24+
"hash": "369f2c481f4da34e4445cda3fffd2e751bd1c4d706f27375911949ba6bb62e1c"
25+
}
26+
}
27+
},
28+
"nbformat": 4,
29+
"nbformat_minor": 2
30+
}

0 commit comments

Comments
 (0)