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.
123123
124124At the moment, dcmstack deals with this by wrapping the image with DICOM meta
125125information 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 .
127127This 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
Original file line number Diff line number Diff line change @@ -194,7 +194,7 @@ In NIfTI:
194194We 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
196196software 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
199199Unfortunately DICOM appears to use "frame" to mean a 2D slice. For example,
200200here is the definition of a "multi-frame image"::
You can’t perform that action at this time.
0 commit comments