Skip to content

Commit 1709e34

Browse files
committed
DOC: fixes to bv_formats links, text
More small formatting edits to BV formats document.
1 parent 00fc0bc commit 1709e34

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

doc/source/devel/bv_formats.rst

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Overview
1111
********
1212

1313
See :
14+
1415
* All files are little-endian byte order regardless of byte-order on the
1516
machine writing the data;
1617
* BV apparently provides a "BVQXtools" library for reading writing BV files in
@@ -31,9 +32,9 @@ from the `VMR format definition`_::
3132

3233
Put another way |--| the correspondence of BV XYZ to Talairach axes is:
3334

34-
* BV X corresponds to Anterior to Posterior;
35-
* BV Y corresponds to Superior to Inferior;
36-
* BV Z corresponds to Left to Right.
35+
* BV X -> Anterior to Posterior;
36+
* BV Y -> Superior to Inferior;
37+
* BV Z -> Left to Right.
3738

3839
or:
3940

@@ -75,7 +76,8 @@ Here are some examples of BV formats:
7576
* NR-VMP |--| "A native resolution volume map (NR-VMP) file contains
7677
statistical results in 3D format.". See `NR-VMP format definition`_
7778
* AR-VMP |--| "An anatomical-resolution VMP (volume map) file contains
78-
statistical results in 3D format." at anatomical scan resolution. See `AR-VMP format definition`_;
79+
statistical results in 3D format" at anatomical scan resolution. See
80+
`AR-VMP format definition`_;
7981
* VMR |--| 'high-resolution anatomical MR' - see `VMR format definition`_.
8082
* MSK |--| mask file. Only documentation appears to be
8183
http://www.brainvoyager.com/ubb/Forum8/HTML/000087.html
@@ -88,6 +90,7 @@ Here are some examples of BV formats:
8890
.. _NR-VMP format definition: http://support.brainvoyager.com/automation-aamp-development/23-file-formats/377-users-guide-23-the-format-of-nr-vmp-files.html
8991
.. _VTC format definition: http://support.brainvoyager.com/automation-aamp-development/23-file-formats/379-users-guide-23-the-format-of-vtc-files.html.
9092
.. _BV file format overview: http://support.brainvoyager.com/automation-aamp-development/23-file-formats/382-developer-guide-26-file-formats-overview.html
93+
.. _FMR format definition: http://support.brainvoyager.com/installation-introduction/23-file-formats/383-developer-guide-26-the-format-of-fmr-files.html
9194
.. _STC format definition: http://support.brainvoyager.com/automation-aamp-development/23-file-formats/384-developer-guide-26-the-format-of-stc-files.html
9295
.. _vmr format definition: http://support.brainvoyager.com/automation-aamp-development/23-file-formats/385-developer-guide-26-the-format-of-vmr-files.html
9396
.. _SMP format definition: : http://support.brainvoyager.com/automation-aamp-development/23-file-formats/476-the-format-of-smp-files.html.

0 commit comments

Comments
 (0)