File: control

package info (click to toggle)
qfits 6.2.0-9
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,012 kB
  • sloc: ansic: 11,633; sh: 8,330; makefile: 131
file content (49 lines) | stat: -rw-r--r-- 1,661 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
45
46
47
48
49
Source: qfits
Section: libs
Priority: optional
Maintainer: Aurelien Jarno <aurel32@debian.org>
Build-Depends: debhelper-compat (= 13)
Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: http://www.eso.org/sci/software/eclipse/qfits/

Package: libqfits0
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Library offering easy access to FITS files
 FITS (Flexible Image Transport System) is a data format most used in
 astronomy.
 .
 qfits is a stand-alone library written in C to interact with files 
 complying with the FITS format. It is fast and portable over any 
 kind of POSIX-compliant platform. Functionalities offered by this 
 library are:
  * Header queries (get keywords, values).
  * Header manipulation (load/modify/save).
  * Header/data offset queries.
  * Pixel loading/saving to memory.
  * Support for files of any dimension (NAXIS).
  * Support for FITS extensions, including ASCII and binary tables.

Package: libqfits-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libqfits0 (= ${binary:Version}), ${misc:Depends}
Description: Development files for libqfits
 This package contains the header files and static library needed to
 compile applications that use qfits.

Package: qfits-tools
Section: science
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: FITS manipulation tools
 qfits is a stand-alone library written in C to interact with files 
 complying with the FITS format, which is a data format most used in
 astronomy.
 .
 This package includes tools for simple manipulations of FITS files.