M gnu/packages/astronomy.scm => gnu/packages/astronomy.scm +23 -0
@@ 6219,6 6219,29 @@ It is a spiritual successor to @code{ParmDBplot} for quickly reviewing gain
solutions generated by NDPPP.")
(license license:gpl3)))
+(define-public python-lofar-parameterset
+ (package
+ (name "python-lofar-parameterset")
+ (version "1.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "lofar_parameterset" version))
+ (sha256
+ (base32 "059k9kvv0rfg1npc75mrr8qa3k8x7h0572jvfzbm5w66qx5jy0nh"))))
+ (build-system pyproject-build-system)
+ (native-inputs
+ (list python-pytest
+ python-setuptools
+ python-setuptools-scm))
+ (home-page "https://git.astron.nl/lofar2.0/lofar_pyparameterset")
+ (synopsis "Minimal Python implementation of the LOFAR ParameterSet")
+ (description
+ "This package contains a pure-python drop-in replacement for the Python
+wrapper around the original LOFAR ParameterSet that is written in C++. It
+supports only the basic features of the original.")
+ (license license:gpl3+)))
+
(define-public python-losoto
(package
(name "python-losoto")