This file is indexed.

/usr/bin/parrec2nii is in python-nibabel 2.1.0-1.

This file is owned by root:root, with mode 0o755.

The actual contents of the file can be viewed below.

1
2
3
4
5
6
7
8
9
#! /usr/bin/python
"""PAR/REC to NIfTI converter
"""

from nibabel.parrec2nii_cmd import main


if __name__ == '__main__':
    main()