all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#46103] [PATCH] Add new - EyE
@ 2021-01-25 17:49 Sharlatan Hellseher
  2021-01-26  7:51 ` Maxime Devos
  0 siblings, 1 reply; 3+ messages in thread
From: Sharlatan Hellseher @ 2021-01-25 17:49 UTC (permalink / raw)
  To: 46103

[-- Attachment #1: Type: text/plain, Size: 356 bytes --]

-- 
… наш разум - превосходная объяснительная машина которая способна
найти смысл почти в чем угодно, истолковать любой феномен, но
совершенно не в состоянии принять мысль о непредсказуемости.

[-- Attachment #2: 0001-gnu-Add-eye.patch --]
[-- Type: text/x-patch, Size: 1760 bytes --]

From 95776d9dbddf48be560c33df79945f7510787c0b Mon Sep 17 00:00:00 2001
From: Sharlatan Hellseher <sharlatanus@gmail.com>
Date: Mon, 25 Jan 2021 17:43:03 +0000
Subject: [PATCH] gnu: Add eye

* gnu/packages/astronomy.scm (eye): New variable
---
 gnu/packages/astronomy.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 0e1a55481f..8eb74b44ae 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -88,6 +88,29 @@ in FITS files.")
     (license (license:non-copyleft "file://License.txt"
                           "See License.txt in the distribution."))))
 
+(define-public eye
+  (package
+    (name "eye")
+    (version "1.4.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "http://www.astromatic.net/download/"
+                           name "/" name "-" version ".tar.gz"))
+       (sha256
+        (base32 "092qhzcbrkcfidbx4bv9wz42w297n80jk7a6kwyi9a3fjfz81d7k"))))
+    (build-system gnu-build-system)
+    (home-page "http://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.")
+    (license license:gpl3+)))
+
 (define-public wcslib
   (package
     (name "wcslib")
-- 
2.30.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#46103] [PATCH] Add new - EyE
  2021-01-25 17:49 [bug#46103] [PATCH] Add new - EyE Sharlatan Hellseher
@ 2021-01-26  7:51 ` Maxime Devos
  2021-01-26  9:11   ` bug#46103: " Guillaume Le Vaillant
  0 siblings, 1 reply; 3+ messages in thread
From: Maxime Devos @ 2021-01-26  7:51 UTC (permalink / raw)
  To: 46103, sharlatanus

[-- Attachment #1: Type: text/plain, Size: 396 bytes --]

Hi Sharlatan,

Is there any particular reason a http:// URL is used
instead of a https://? I believe the latter is preferred.
Also, you can add a copyright line for yourself at the top
of the file. Otherwise, the package definition LGTM.

Greetings,
Maxime
-- 
Maxime Devos <maximedevos@telenet.be>
PGP Key: C1F3 3EE2 0C52 8FDB 7DD7  011F 49E3 EE22 1917 25EE
Freenode handle: mdevos

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 260 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#46103: [PATCH] Add new - EyE
  2021-01-26  7:51 ` Maxime Devos
@ 2021-01-26  9:11   ` Guillaume Le Vaillant
  0 siblings, 0 replies; 3+ messages in thread
From: Guillaume Le Vaillant @ 2021-01-26  9:11 UTC (permalink / raw)
  To: 46103-done; +Cc: sharlatanus, Maxime Devos

[-- Attachment #1: Type: text/plain, Size: 124 bytes --]


I changed the URLs to use https, fixed the license field and pushed the
patch as 51418c32d95d8188d8877616829f26479f1135c6.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-01-26  9:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-25 17:49 [bug#46103] [PATCH] Add new - EyE Sharlatan Hellseher
2021-01-26  7:51 ` Maxime Devos
2021-01-26  9:11   ` bug#46103: " Guillaume Le Vaillant

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.