mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: eye: Mark up description.
* gnu/packages/astronomy.scm (eye)[description]: Use @acronym{} and @dfn{}.
This commit is contained in:
parent
b67d61a05b
commit
5df2382842
1 changed files with 7 additions and 6 deletions
|
@ -660,12 +660,13 @@ (define-public eye
|
|||
(home-page "https://www.astromatic.net/software/eye")
|
||||
(synopsis "Small image feature detector using machine learning")
|
||||
(description
|
||||
"In EyE (Enhance Your Extraction) an artificial neural network connected to
|
||||
pixels of a moving window (retina) is trained to associate these input stimuli
|
||||
to the corresponding response in one or several output image(s). The resulting
|
||||
filter can be loaded in SExtractor to operate complex, wildly non-linear filters
|
||||
on astronomical images. Typical applications of EyE include adaptive filtering,
|
||||
feature detection and cosmetic corrections.")
|
||||
"In @acronym{EyE, Enhance Your Extraction} an artificial neural network
|
||||
connected to pixels of a moving window (@dfn{retina}) is trained to associate
|
||||
these input stimuli to the corresponding response in one or several output
|
||||
image(s). The resulting filter can be loaded in SExtractor to operate
|
||||
complex, wildly non-linear filters on astronomical images. Typical
|
||||
applications of EyE include adaptive filtering, feature detection and cosmetic
|
||||
corrections.")
|
||||
(license license:cecill)))
|
||||
|
||||
(define-public wcslib
|
||||
|
|
Loading…
Reference in a new issue