mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: wcslib: Mark up description.
* gnu/packages/astronomy.scm (wcslib)[description]: Define ‘FITS’. Use @dfn.
This commit is contained in:
parent
ed8ac55246
commit
1cfd7eafb9
1 changed files with 4 additions and 3 deletions
|
@ -86,9 +86,10 @@ (define-public wcslib
|
|||
#t)))))
|
||||
(home-page "https://www.atnf.csiro.au/people/mcalabre/WCS")
|
||||
(synopsis "Library which implements the FITS WCS standard")
|
||||
(description "The FITS \"World Coordinate System\" (WCS) standard defines
|
||||
keywords and usage that provide for the description of astronomical coordinate
|
||||
systems in a FITS image header.")
|
||||
(description "The FITS \"World Coordinate System\" (@dfn{WCS}) standard
|
||||
defines keywords and usage that provide for the description of astronomical
|
||||
coordinate systems in a @dfn{FITS} (Flexible Image Transport System) image
|
||||
header.")
|
||||
(license license:lgpl3+)))
|
||||
|
||||
(define-public gnuastro
|
||||
|
|
Loading…
Reference in a new issue