gnu: wcslib: Mark up description.
* gnu/packages/astronomy.scm (wcslib)[description]: Define ‘FITS’. Use @dfn.
This commit is contained in:
parent
ed8ac55246
commit
1cfd7eafb9
|
@ -86,9 +86,10 @@ in FITS files.")
|
||||||
#t)))))
|
#t)))))
|
||||||
(home-page "https://www.atnf.csiro.au/people/mcalabre/WCS")
|
(home-page "https://www.atnf.csiro.au/people/mcalabre/WCS")
|
||||||
(synopsis "Library which implements the FITS WCS standard")
|
(synopsis "Library which implements the FITS WCS standard")
|
||||||
(description "The FITS \"World Coordinate System\" (WCS) standard defines
|
(description "The FITS \"World Coordinate System\" (@dfn{WCS}) standard
|
||||||
keywords and usage that provide for the description of astronomical coordinate
|
defines keywords and usage that provide for the description of astronomical
|
||||||
systems in a FITS image header.")
|
coordinate systems in a @dfn{FITS} (Flexible Image Transport System) image
|
||||||
|
header.")
|
||||||
(license license:lgpl3+)))
|
(license license:lgpl3+)))
|
||||||
|
|
||||||
(define-public gnuastro
|
(define-public gnuastro
|
||||||
|
|
Loading…
Reference in New Issue