[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#73915] [PATCH 33/42] gnu: Add python-sirilic.
From: |
Sharlatan Hellseher |
Subject: |
[bug#73915] [PATCH 33/42] gnu: Add python-sirilic. |
Date: |
Sun, 20 Oct 2024 20:52:35 +0100 |
* gnu/packages/astronomy.scm (python-sirilic): New variable.
Change-Id: I34fef6d705f01e76566076e25767bd61851d5adc
---
gnu/packages/astronomy.scm | 38 ++++++++++++++++++++++++++++++++++++++
1 file changed, 38 insertions(+)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 2c8b9da73a..191b440baa 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -2160,6 +2160,44 @@ (define-public python-pyxsim
end products of specific X-ray observatories.")
(license license:bsd-3)))
+(define-public python-sirilic
+ (package
+ (name "python-sirilic")
+ (version "1.15.12")
+ (source
+ (origin
+ (method git-fetch) ; not published on PyPI
+ (uri (git-reference
+ (url "https://gitlab.com/free-astro/sirilic")
+ (commit (string-append "V" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "08j7gkyc5jd3kavffdxcr9b1ckmsswsvm61f301kvdqk2xcsh0gb"))))
+ (build-system pyproject-build-system)
+ (arguments
+ (list #:tests? #f)) ; no tests
+ (native-inputs
+ (list nss-certs-for-test))
+ (propagated-inputs
+ (list python-requests
+ python-wxpython))
+ (home-page "https://siril.org/tutorials/pysiril/")
+ (synopsis "Acquisition files preparation software to proces with SiriL")
+ (description
+ "SiriLic (SiriL's Interactif Companion) is a software for preparing
+acquisition files (raw, Biases, Flat and Dark) for processing with SiriL
+software.
+
+Features:
+@itemize
+@item structuring the SiriL working directory into sub-folders
+@item convert Raw, Biases , Dark or Flat files into SiriL sequence
+@item automatically generate the SiriL script according to the files present
+and the options
+@item batch process multiple channel and sessions
+@end itemize")
+ (license license:gpl3)))
+
(define-public python-sncosmo
(package
(name "python-sncosmo")
--
2.46.0
- [bug#73915] [PATCH 34/42] gnu: Add python-getdist., (continued)
- [bug#73915] [PATCH 34/42] gnu: Add python-getdist., Sharlatan Hellseher, 2024/10/20
- [bug#73915] [PATCH 32/42] gnu: Add python-pysiril., Sharlatan Hellseher, 2024/10/20
- [bug#73915] [PATCH 31/42] gnu: Add python-hsluv., Sharlatan Hellseher, 2024/10/20
- [bug#73915] [PATCH 36/42] gnu: Add python-acstools., Sharlatan Hellseher, 2024/10/20
- [bug#73915] [PATCH 37/42] gnu: Add python-pycollada., Sharlatan Hellseher, 2024/10/20
- [bug#73915] [PATCH 35/42] gnu: Add python-coolest., Sharlatan Hellseher, 2024/10/20
- [bug#73915] [PATCH 39/42] gnu: Add iraf-community., Sharlatan Hellseher, 2024/10/20
- [bug#73915] [PATCH 28/42] gnu: python-pytest-mpl: Adjust inputs., Sharlatan Hellseher, 2024/10/20
- [bug#73915] [PATCH 42/42] gnu: python-webbpsf: Disable more failing tests., Sharlatan Hellseher, 2024/10/20
- [bug#73915] [PATCH 40/42] gnu: Add python-halotools., Sharlatan Hellseher, 2024/10/20
- [bug#73915] [PATCH 33/42] gnu: Add python-sirilic.,
Sharlatan Hellseher <=
- [bug#73915] [PATCH 41/42] gnu: python-statmorph: Skip failing tests., Sharlatan Hellseher, 2024/10/20
- [bug#73915] [PATCH 38/42] gnu: Add python-pymcubes., Sharlatan Hellseher, 2024/10/20
- bug#73915: [PATCH 00/42] Astronomy update 2024/10, Sharlatan Hellseher, 2024/10/30