@@ -40,8 +40,8 @@ store it, so it is easy to lose metadata and make analysis errors; see
4040:ref: `biap6 `.
4141
4242We plan to expand Nibabel's API to encode axis and tick labels by integrating
43- the Xarray package: ` http://xarray.pydata.org `_. Xarray simplifies HDF5
44- serialization, and visualization; see ` https://napari.org `_ .
43+ the ` Xarray package < http://xarray.pydata.org > `_. Xarray simplifies HDF5
44+ serialization, and visualization; see https://napari.org.
4545
4646An API for labels is not useful if we cannot read labels from the scanner
4747data, or save them with the image. We plan to:
@@ -67,10 +67,12 @@ API for surface data
6767Neuroimaging data often refers to locations on the brain surface. There are
6868three common formats for such data: GIFTI, CIFTI and Freesurfer. Nibabel can
6969read these formats, but lacks a standard API for reading and storing surface
70- data with metadata; see `https://github.com/nipy/nibabel/issues/936 `_,
71- `https://github.com/nilearn/nilearn/issues/2171 `_. We plan to develop
72- a standard API, apply it to the standard formats, and design an efficient
73- general HDF5 storage container for serializing surface data and metadata.
70+ data with metadata; see
71+ `nipy/nibabel#936 <https://github.com/nipy/nibabel/issues/936 >`_,
72+ `nilearn/nilearn#2171 <https://github.com/nilearn/nilearn/issues/2171 >`_.
73+ We plan to develop a standard API, apply it to the standard formats,
74+ and design an efficient general HDF5 storage container for serializing surface
75+ data and metadata.
7476
7577Range
7678=====
0 commit comments