From 727d7fd86f28d0dd2fd04db9643f116a4e154be2 Mon Sep 17 00:00:00 2001
From: David Hammer <dhammer@mailbox.org>
Date: Tue, 22 Aug 2023 22:12:42 +0200
Subject: [PATCH] Fix merge errors

---
 src/calng/corrections/LpdCorrection.py | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/src/calng/corrections/LpdCorrection.py b/src/calng/corrections/LpdCorrection.py
index a4c49993..03462679 100644
--- a/src/calng/corrections/LpdCorrection.py
+++ b/src/calng/corrections/LpdCorrection.py
@@ -349,10 +349,8 @@ class LpdCorrection(base_correction.BaseCorrection):
         # TODO: add bad pixel config node
         LpdCalcatFriend.add_schema(expected)
         base_correction.add_addon_nodes(expected, LpdCorrection)
-        add_correction_step_schema(expected, LpdCorrection._correction_steps)
+        base_correction.add_correction_step_schema(expected, LpdCorrection._correction_steps)
         base_correction.add_preview_outputs(expected, LpdCorrection._preview_outputs)
-        add_preview_outputs(expected, LpdCorrection._preview_outputs)
-        add_preview_outputs(expected, LpdCorrection._preview_outputs)
 
         # additional settings for correction steps
         (
-- 
GitLab