Skip to content
Snippets Groups Projects
Commit e1797d4b authored by Gröne, Tjark Leon Raphael's avatar Gröne, Tjark Leon Raphael
Browse files

Update file PDF_generator.py

parent 576c04a3
Branches
No related tags found
No related merge requests found
...@@ -119,9 +119,8 @@ endScan = bg.platoend_index ...@@ -119,9 +119,8 @@ endScan = bg.platoend_index
# We save everything for the next time to a .mat file # We save everything for the next time to a .mat file
# bg.saveReload(rootdir + '/processed/' + meas_sampleName + '/Reload_files/bg_Reload/') # bg.saveReload(rootdir + '/processed/' + meas_sampleName + '/Reload_files/bg_Reload/')
# Norm was previously used to normalize the data, however this alters the data too much and now it just crops Q to Qmaxinst # Save the files for the BG subtration as .dat
bg.Filter('whittaker',10000,3) # Smoothing of the TS/XRD data with a wittaker approche --> Reference: https://github.com/mhvwerts/whittaker-eilers-smoother bg.outputDatFile(rootdir + '/processed/' + meas_sampleName + '/Dat_files/bg_Dat/')
bg.outputDatFile(rootdir + '/processed/' + meas_sampleName + '/Dat_files/bg_Dat/') # Save the files for the BG subtration as .dat
# Here we extract some of the data from the class to use it later, # Here we extract some of the data from the class to use it later,
# when we work with the sample and not the BG # when we work with the sample and not the BG
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment