blob: ed7842ed5b2ddc6099d8a15d9ac688e7d485619a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>h.chr@mail.ru</email>
<name>Horea Christian</name>
</maintainer>
<maintainer type="project">
<email>sci@gentoo.org</email>
<name>Gentoo Science Project</name>
</maintainer>
<longdescription lang="en">
The package provides read and write access to some common medical and
neuroimaging file formats, including: ANALYZE (plain, SPM99, SPM2), GIFTI,
NIfTI1, MINC, MGH and ECAT as well as PAR/REC. It can read and write Freesurfer
geometry, and read Freesurfer morphometry and annotation files. There is some
very limited support for DICOM. NiBabel is the successor of PyNIfTI.
</longdescription>
<use>
<flag name="dicom">Adds limited read support for the DICOM imaging format.</flag>
</use>
<upstream>
<remote-id type="github">nipy/nibabel</remote-id>
</upstream>
</pkgmetadata>
|