File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ data array.
123
123
124
124
At the moment, dcmstack deals with this by wrapping the image with DICOM meta
125
125
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 .
127
127
This object accepts a Nifti image as input, that usually contains a
128
128
`DcmMetaExtension `, and has methods `get_meta ` (to get metadata from extension),
129
129
`split ` (for taking slice specific metadata into the split parts), `meta_valid `
@@ -231,5 +231,5 @@ valid in relation to the current image.
231
231
232
232
233
233
.. _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
235
235
.. vim: ft=rst
Original file line number Diff line number Diff line change @@ -194,7 +194,7 @@ In NIfTI:
194
194
We saw above that the MGH format refers to a volume (in our sense) as a
195
195
*frame *. ECAT has the same usage - a frame is a 3D volume. The fmristat
196
196
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> `_.
198
198
199
199
Unfortunately DICOM appears to use "frame" to mean a 2D slice. For example,
200
200
here is the definition of a "multi-frame image"::
You can’t perform that action at this time.
0 commit comments