From ead2b129d2e555a8040bc8178bc82698ef8e3221 Mon Sep 17 00:00:00 2001 From: Wolfgang Draxinger Date: Sat, 19 Jul 2025 12:34:03 +0200 Subject: zlib/libpng licensed --- linpoly.py | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'linpoly.py') diff --git a/linpoly.py b/linpoly.py index 3419a07..fb58985 100755 --- a/linpoly.py +++ b/linpoly.py @@ -1,4 +1,10 @@ #!/usr/bin/env -S python3 +# SPDX-License-Identifier: zlib-acknowledgement +# (c) 2025 Wolfgang 'datenwolf' Draxinger +# +# Fit a power polynomial of degree 16 to a tristimulus linearization LUT +# and output the coefficients in the form of C-style arrays + import numpy from numpy.polynomial import Polynomial, Chebyshev from matplotlib.pyplot import * -- cgit v1.3.1