File: control

package info (click to toggle)
pysurfer 0.11.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 16,576 kB
  • sloc: python: 4,783; makefile: 141; sh: 10
file content (44 lines) | stat: -rw-r--r-- 1,543 bytes parent folder | download
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Source: pysurfer
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Michael Hanke <mih@debian.org>,
           Yaroslav Halchenko <debian@onerussian.com>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3,
               python3-numpy,
               python3-setuptools,
               python3-nibabel,
               python3-matplotlib,
               python3-pytest,
               ipython3,
               help2man,
               mayavi2,
               xvfb,
               xauth
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/med-team/pysurfer
Vcs-Git: https://salsa.debian.org/med-team/pysurfer.git
Homepage: https://pysurfer.github.io
Rules-Requires-Root: no

Package: python3-surfer
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends},
         python3-numpy,
         python3-scipy,
         python3-nibabel,
         python3-pil,
         mayavi2
Recommends: mencoder
Description: visualize Freesurfer's data in Python3
 This is a Python3 package for visualization and interaction with cortical
 surface representations of neuroimaging data from Freesurfer. It
 extends Mayavi’s powerful visualization engine with a high-level interface for
 working with MRI and MEG data.
 .
 PySurfer offers both a command-line interface designed to broadly replicate
 Freesurfer’s Tksurfer program as well as a Python library for writing scripts
 to efficiently explore complex datasets.