Skip to content

Commit 1a91811

Browse files
adamltysongitbook-bot
authored andcommitted
GitBook: [master] one page modified
1 parent b7d73b6 commit 1a91811

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

brainreg/getting-started/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@ If your data does not match the [brainglobe](https://github.com/brainglobe) defa
6565
When you work with a stack, the origin is the upper left corner when you show the first element `stack[0, :, :]` with matplotlib or when you open the stack with ImageJ. First dimension is the one that you are slicing, the second the height of the image, and the third the width of the image.
6666
{% endhint %}
6767

68-
If the origin of your data \(first, top left voxel\) is the most posterior, superior, left part of the brain, then the orientation string would be "psl" \(posterior, superior, left\), and you would use:
68+
If the origin of your data \(first, top left voxel\) is the most anterior, superior, left part of the brain, then the orientation string would be "asl" \(anterior, superior, left\), and you would use:
6969

7070
```bash
71-
--orientation psl
71+
--orientation asl
7272
```
7373

7474
{% hint style="warning" %}

0 commit comments

Comments
 (0)