File: control

package info (click to toggle)
orthanc-imagej 1.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 212 kB
  • sloc: java: 1,396; makefile: 10
file content (35 lines) | stat: -rw-r--r-- 1,399 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
Source: orthanc-imagej
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Sebastien Jodogne <s.jodogne@gmail.com>,
           Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: cmake,
               default-jdk,
               debhelper (>= 9),
               libij-java,
               libjson-simple-java
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/med-team/orthanc-imagej
Vcs-Git: https://salsa.debian.org/med-team/orthanc-imagej.git
Homepage: http://www.orthanc-server.com/static.php?page=imagej

Package: orthanc-imagej
Architecture: all
Depends: ${misc:Depends},
         default-jre (>= 2:1.8) | java8-runtime,
         imagej,
         libjson-simple-java
Recommends: orthanc
Description: ImageJ plugin to import images from Orthanc
 This ImageJ plugin allows ImageJ to browse the content of an Orthanc
 server, then import 2D/3D DICOM images from Orthanc into ImageJ.
 Orthanc is a lightweight, RESTful DICOM server for healthcare and
 medical research.
 .
 This plugin simplifies the indexation of DICOM images if using
 ImageJ (e.g. for quality control of DICOM modalities, or for
 pedagogical use). There is also no need to carry on any complex
 network configuration, since the plugin directly uses the REST
 API of Orthanc. This makes its installation and its use
 quite straightforward.