diff --git a/pure code not instalable as environment/PDF_generator.py b/pure code not instalable as environment/PDF_generator.py index 709fb4afcabd368de21c7a4bf79f2af2403b0336..5ec444aa6438de8decb3973a4f1d87e7c0014500 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)