Add correct descriptions to SC scripts

This commit is contained in:
2022-05-19 10:37:23 +02:00
parent 8ca78cb101
commit 6adbd919f9
2 changed files with 7 additions and 8 deletions

View File

@ -1,8 +1,7 @@
// file to calculate pedestal correction of fluo data for all storage cells, only G0 // calculate pedestal correction of fluo data for a given storage cell, only G0
// (can be called multiple times to handle multi-storage-cell data, each time with different Sc number as argument, i.e. supports manual multi-threading on the same data set)
// make correction and save spectrum per pixel // make correction and save spectrum per pixel
// then fit fluo spectrum per pixel // for fitting call CuFluo_analysis_sc_singlethread_fits (with correct SC number) afterward
// and save peak position and uncertainty
// changes by VH 210906: to eliminate hardcoded absolute paths, uses location of the analysis root files as additional input argument (accordingly changed in filename_creator.sh)
#include "../sls_detector_calibration/jungfrauCommonHeader.h" #include "../sls_detector_calibration/jungfrauCommonHeader.h"
#include "../sls_detector_calibration/jungfrauCommonFunctions.h" #include "../sls_detector_calibration/jungfrauCommonFunctions.h"

View File

@ -1,8 +1,8 @@
// file to calculate pedestal correction of fluo data for all storage cells, only G0 // fit fluo spectrum per pixel for a given storage cell, only G0
// make correction and save spectrum per pixel // (can be called multiple times to handle multi-storage-cell data, each time with different Sc number as argument, i.e. supports manual multi-threading on the same data set)
// then fit fluo spectrum per pixel
// and save peak position and uncertainty // and save peak position and uncertainty
// changes by VH 210906: to eliminate hardcoded absolute paths, uses location of the analysis root files as additional input argument (accordingly changed in filename_creator.sh) // Takes pedestal-corrected data (in root file) as input
// Call CuFluo_analysis_sc_singlethread_data before to analyse raw data files and create root file
#include "../sls_detector_calibration/jungfrauCommonHeader.h" #include "../sls_detector_calibration/jungfrauCommonHeader.h"
#include "../sls_detector_calibration/jungfrauCommonFunctions.h" #include "../sls_detector_calibration/jungfrauCommonFunctions.h"