From c2e8e59370ce1ae19023f76107e34bb4a9f8dcd3 Mon Sep 17 00:00:00 2001 From: Michael Mauderer Date: Thu, 5 Sep 2024 13:53:05 +0100 Subject: [PATCH] Fix namespace name. --- colour/io/clf.py | 2 +- colour/io/luts/tests/resources/clf/ACES2065_1_to_ACEScct.xml | 2 +- .../luts/tests/resources/clf/LMT Kodak 2383 Print Emulation.xml | 2 +- .../io/luts/tests/resources/clf/LMT_ARRI_K1S1_709_EI800_v3.xml | 2 +- colour/io/luts/tests/test_clf.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/colour/io/clf.py b/colour/io/clf.py index 211a4a4bb..0bd1ba170 100644 --- a/colour/io/clf.py +++ b/colour/io/clf.py @@ -69,7 +69,7 @@ "SOPNode", ] -NAMESPACE_NAME = "urn:NATAS:AMPAS:LUT:v3.0" +NAMESPACE_NAME = "urn:AMPAS:CLF:v3.0" @dataclass diff --git a/colour/io/luts/tests/resources/clf/ACES2065_1_to_ACEScct.xml b/colour/io/luts/tests/resources/clf/ACES2065_1_to_ACEScct.xml index 34dd4ff12..52932d705 100644 --- a/colour/io/luts/tests/resources/clf/ACES2065_1_to_ACEScct.xml +++ b/colour/io/luts/tests/resources/clf/ACES2065_1_to_ACEScct.xml @@ -1,5 +1,5 @@ - + Conversion from linear ACES2065-1 to ACEScct ACES (SMPTE ST 2065-1) ACEScct diff --git a/colour/io/luts/tests/resources/clf/LMT Kodak 2383 Print Emulation.xml b/colour/io/luts/tests/resources/clf/LMT Kodak 2383 Print Emulation.xml index 43023d185..99ee9c52d 100644 --- a/colour/io/luts/tests/resources/clf/LMT Kodak 2383 Print Emulation.xml +++ b/colour/io/luts/tests/resources/clf/LMT Kodak 2383 Print Emulation.xml @@ -1,5 +1,5 @@ - + Print film emulation (Kodak 2383) ACES (SMPTE ST 2065-1) ACES (SMPTE ST 2065-1) diff --git a/colour/io/luts/tests/resources/clf/LMT_ARRI_K1S1_709_EI800_v3.xml b/colour/io/luts/tests/resources/clf/LMT_ARRI_K1S1_709_EI800_v3.xml index bce571831..e0d6eec84 100644 --- a/colour/io/luts/tests/resources/clf/LMT_ARRI_K1S1_709_EI800_v3.xml +++ b/colour/io/luts/tests/resources/clf/LMT_ARRI_K1S1_709_EI800_v3.xml @@ -1,5 +1,5 @@ - + An ARRI based look ACES (SMPTE ST 2065-1) ACES (SMPTE ST 2065-1) diff --git a/colour/io/luts/tests/test_clf.py b/colour/io/luts/tests/test_clf.py index 3892edfe7..25ef0733c 100644 --- a/colour/io/luts/tests/test_clf.py +++ b/colour/io/luts/tests/test_clf.py @@ -23,7 +23,7 @@ ROOT_CLF: str = os.path.join(os.path.dirname(__file__), "resources", "clf") EXAMPLE_WRAPPER = """ - + {0} """