From 81691121fbdfae51e546089e77ab3632682463fe Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gr=C3=B6ne=2C=20Tjark=20Leon=20Raphael?=
 <tjark.leon.raphael.groene@uni-hamburg.de>
Date: Wed, 2 Apr 2025 10:25:39 +0000
Subject: [PATCH] Update file PDF_generator.py

---
 pure code not instalable as environment/PDF_generator.py | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/pure code not instalable as environment/PDF_generator.py b/pure code not instalable as environment/PDF_generator.py
index 709fb4a..5ec444a 100644
--- a/pure code not instalable as environment/PDF_generator.py	
+++ b/pure code not instalable as environment/PDF_generator.py	
@@ -11,7 +11,6 @@ This Code is used to import integrated .chi data and processes it to to the PDF
 
 from backbone.PDF_generation_class import PDF_generation_class
 from backbone.settings.routines.PDF_generation_routine import *
-from copy import copy
 import pathlib
 rootdir = str(pathlib.Path(__file__).parent.resolve())
 
@@ -176,9 +175,6 @@ meas.PrintLogFile(rootdir + '/processed/' + meas_sampleName + '/Log_files/meas_t
 
 
 #~~~~~~~~~~~~~~~~~~ XRD Phase Check ~~~~~~~~~~~~~~~~~~~~~~~#
-# We want to plot the BG subtracted data for the phase check therefore we change  I to I_subtracted
-meas.I = copy.deepcopy(meas.subtracted_I)
-
 # with baseline correction and filtering the data is easier to interpret:
 meas.baselineCorrection(40)
 meas.Filter('whittaker',20)
-- 
GitLab