Skip to content

Commit c21a78c

Browse files
ZviBaratzeffigies
authored andcommitted
DOC: Use permalinks in BIAPs
1 parent 5915db9 commit c21a78c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/source/devel/biaps/biap_0004.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ data array.
123123

124124
At the moment, dcmstack deals with this by wrapping the image with DICOM meta
125125
information in `NiftiWrapper` object : see
126-
https://github.com/moloney/dcmstack/blob/master/src/dcmstack/dcmmeta.py#L1185 .
126+
https://github.com/moloney/dcmstack/blob/d157741/src/dcmstack/dcmmeta.py#L1232.
127127
This object accepts a Nifti image as input, that usually contains a
128128
`DcmMetaExtension`, and has methods `get_meta` (to get metadata from extension),
129129
`split` (for taking slice specific metadata into the split parts), `meta_valid`
@@ -231,5 +231,5 @@ valid in relation to the current image.
231231

232232

233233
.. _dcmstack : https://github.com/moloney/dcmstack
234-
.. _DcmMetaExtension : https://github.com/moloney/dcmstack/blob/master/src/dcmstack/dcmmeta.py#L92
234+
.. _DcmMetaExtension : https://github.com/moloney/dcmstack/blob/d157741/src/dcmstack/dcmmeta.py#L112
235235
.. vim: ft=rst

doc/source/devel/biaps/biap_0006.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ In NIfTI:
194194
We saw above that the MGH format refers to a volume (in our sense) as a
195195
*frame*. ECAT has the same usage - a frame is a 3D volume. The fmristat
196196
software uses frame in the same sense, e.g., `line 32 of example.m
197-
<https://github.com/matthew-brett/fmristat/blob/master/fmristat/example.m#L32>`_.
197+
<https://github.com/matthew-brett/fmristat/blob/64ad8bf/fmristat/example.m#L32>`_.
198198

199199
Unfortunately DICOM appears to use "frame" to mean a 2D slice. For example,
200200
here is the definition of a "multi-frame image"::

0 commit comments

Comments
 (0)