Skip to content

Commit 14bd337

Browse files
committed
deploy: 8b395de
1 parent 6f27d2a commit 14bd337

File tree

17 files changed

+171
-153
lines changed

17 files changed

+171
-153
lines changed
Binary file not shown.

.doctrees/environment.pickle

2.39 KB
Binary file not shown.

.doctrees/people.doctree

952 Bytes
Binary file not shown.

_sources/documentation/brainglobe-atlasapi/usage/using-the-files-directly.md.txt

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ In each atlas directory, there will be the following subdirectories and files:
88

99
* `reference.tiff` The "template" brain image, i.e., a structural image of the brain \(or average of brains\) in which the annotations are defined
1010
* `annotation.tiff` An image of the same shape as `reference.tiff` but in which each pixel value corresponds to a unique brain area. A pixel value of 0 typically refers to areas outside the brain
11+
* `hemispheres.tiff` (optional) An image of the same shape as `reference.tiff` but in which each pixel value corresponds to either the left or right hemisphere. They are labelled 0 and 1 respectively. This file is only present for asymmetrical templates
1112
* `meshes` A directory of mesh files \(as `.obj`\) for each brain region, defined by the unique region ID
1213
* `structures.json` A file describing the mapping of brain region ID to region name, and the hierarchy of brain structures
1314
* `metadata.json` A file containing the atlas metadata, such as the shape of the images, the anatomical orientation, and the details of the source of the atlas

_sources/people.md.txt

+5
Original file line numberDiff line numberDiff line change
@@ -428,6 +428,11 @@ In no particular order:
428428
:link: https://github.com/GuillaumeLeGoc
429429
:::
430430

431+
:::{grid-item-card} Harry Carey
432+
:img-bottom: https://avatars.githubusercontent.com/u/38996929?v=4
433+
:link: https://github.com/PolarBean
434+
:::
435+
431436
::::
432437

433438
Inspired by [All Contributors](https://allcontributors.org/). All information is sourced from GitHub. If any changes

blog.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -1064,14 +1064,14 @@ <h2 class="ablog-post-title">
10641064
</span>
10651065

10661066

1067-
<a href="blog/location/switzerland.html">Switzerland</a>
1067+
<a href="blog/location/zurich.html">Zurich</a>
10681068

10691069
,
10701070

10711071

10721072

10731073

1074-
<a href="blog/location/zurich.html">Zurich</a>
1074+
<a href="blog/location/switzerland.html">Switzerland</a>
10751075

10761076

10771077

blog/2023.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -592,14 +592,14 @@ <h2 class="ablog-post-title">
592592
</span>
593593

594594

595-
<a href="location/switzerland.html">Switzerland</a>
595+
<a href="location/zurich.html">Zurich</a>
596596

597597
,
598598

599599

600600

601601

602-
<a href="location/zurich.html">Zurich</a>
602+
<a href="location/switzerland.html">Switzerland</a>
603603

604604

605605

blog/author/alessandro-felder.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -592,14 +592,14 @@ <h2 class="ablog-post-title">
592592
</span>
593593

594594

595-
<a href="../location/switzerland.html">Switzerland</a>
595+
<a href="../location/zurich.html">Zurich</a>
596596

597597
,
598598

599599

600600

601601

602-
<a href="../location/zurich.html">Zurich</a>
602+
<a href="../location/switzerland.html">Switzerland</a>
603603

604604

605605

blog/category/brainrender.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -592,14 +592,14 @@ <h2 class="ablog-post-title">
592592
</span>
593593

594594

595-
<a href="../location/switzerland.html">Switzerland</a>
595+
<a href="../location/zurich.html">Zurich</a>
596596

597597
,
598598

599599

600600

601601

602-
<a href="../location/zurich.html">Zurich</a>
602+
<a href="../location/switzerland.html">Switzerland</a>
603603

604604

605605

blog/language/english.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -1064,14 +1064,14 @@ <h2 class="ablog-post-title">
10641064
</span>
10651065

10661066

1067-
<a href="../location/switzerland.html">Switzerland</a>
1067+
<a href="../location/zurich.html">Zurich</a>
10681068

10691069
,
10701070

10711071

10721072

10731073

1074-
<a href="../location/zurich.html">Zurich</a>
1074+
<a href="../location/switzerland.html">Switzerland</a>
10751075

10761076

10771077

blog/location/switzerland.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -592,14 +592,14 @@ <h2 class="ablog-post-title">
592592
</span>
593593

594594

595-
<a href="#">Switzerland</a>
595+
<a href="zurich.html">Zurich</a>
596596

597597
,
598598

599599

600600

601601

602-
<a href="zurich.html">Zurich</a>
602+
<a href="#">Switzerland</a>
603603

604604

605605

blog/location/zurich.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -592,14 +592,14 @@ <h2 class="ablog-post-title">
592592
</span>
593593

594594

595-
<a href="switzerland.html">Switzerland</a>
595+
<a href="#">Zurich</a>
596596

597597
,
598598

599599

600600

601601

602-
<a href="#">Zurich</a>
602+
<a href="switzerland.html">Switzerland</a>
603603

604604

605605

documentation/brainglobe-atlasapi/usage/using-the-files-directly.html

+1
Original file line numberDiff line numberDiff line change
@@ -667,6 +667,7 @@ <h1>Using the files directly<a class="headerlink" href="#using-the-files-directl
667667
<ul class="simple">
668668
<li><p><code class="docutils literal notranslate"><span class="pre">reference.tiff</span></code> The “template” brain image, i.e., a structural image of the brain (or average of brains) in which the annotations are defined</p></li>
669669
<li><p><code class="docutils literal notranslate"><span class="pre">annotation.tiff</span></code> An image of the same shape as <code class="docutils literal notranslate"><span class="pre">reference.tiff</span></code> but in which each pixel value corresponds to a unique brain area. A pixel value of 0 typically refers to areas outside the brain</p></li>
670+
<li><p><code class="docutils literal notranslate"><span class="pre">hemispheres.tiff</span></code> (optional) An image of the same shape as <code class="docutils literal notranslate"><span class="pre">reference.tiff</span></code> but in which each pixel value corresponds to either the left or right hemisphere. They are labelled 0 and 1 respectively. This file is only present for asymmetrical templates</p></li>
670671
<li><p><code class="docutils literal notranslate"><span class="pre">meshes</span></code> A directory of mesh files (as <code class="docutils literal notranslate"><span class="pre">.obj</span></code>) for each brain region, defined by the unique region ID</p></li>
671672
<li><p><code class="docutils literal notranslate"><span class="pre">structures.json</span></code> A file describing the mapping of brain region ID to region name, and the hierarchy of brain structures</p></li>
672673
<li><p><code class="docutils literal notranslate"><span class="pre">metadata.json</span></code> A file containing the atlas metadata, such as the shape of the images, the anatomical orientation, and the details of the source of the atlas</p></li>

0 commit comments

Comments
 (0)