remove loading cali files to save ram
This commit is contained in:
+30
-31
@@ -1,5 +1,4 @@
|
||||
from glob import glob
|
||||
import numpy as np
|
||||
|
||||
Configs = {}
|
||||
|
||||
@@ -7,25 +6,25 @@ Configs = {}
|
||||
XrayFolder = f'/mnt/sls_det_storage/moench_data/2504_SoleilBeamtime/Moench040_g4_SimonStars_150V_50us'
|
||||
|
||||
Configs['SiemenStarLowerLeft'] = {
|
||||
'caliFile': np.load('/home/xie_x1/MLED/data-process/utils/BacksidePulsing_Calibration/Moench040/Moench040_AduToKevMapping_g4_50us_150V_250423.npy'),
|
||||
'caliFileName': '/home/xie_x1/MLED/data-process/utils/BacksidePulsing_Calibration/Moench040/Moench040_AduToKevMapping_g4_50us_150V_250423.npy',
|
||||
'pedestalFileName': f'{XrayFolder}/15keV_pedestal_d0_f0_0.raw',
|
||||
'signalFileNames': [f'{XrayFolder}/15keV_signal_d0_f{i}_0.raw' for i in range(2000)],
|
||||
'Roi': [140, 240, 110, 220],
|
||||
'NX': 400, 'NY': 400,
|
||||
'energy': 15, # keV
|
||||
'selectionRange': 2,
|
||||
'selectionRange': 2, ### for cluster energy selection
|
||||
'headerSize': 56,
|
||||
# 'writeCluster': True,
|
||||
'writeClusters': True,
|
||||
# 'outputFolder': '/mnt/sls_det_storage/moench_data/MLXID/Samples/Measurement/2504_SOLEIL_SiemenStarClusters_MOENCH040_150V/',
|
||||
'outputFolder': '/home/xie_x1/MLXID/DataProcess/Samples/SiemenStarLowerLeft/',
|
||||
'NFrame': 20_000_000, ### 20_000_000 in total
|
||||
'NFrame': 2_000_0, ### 20_000_000 in total
|
||||
'NThread': 16,
|
||||
'NChunks': 160,
|
||||
'NChunks': 16,
|
||||
'runName': 'SiemenStarLowerLeft',
|
||||
}
|
||||
|
||||
Configs['SiemenStarLowerRight'] = {
|
||||
'caliFile': np.load('/home/xie_x1/MLED/data-process/utils/BacksidePulsing_Calibration/Moench040/Moench040_AduToKevMapping_g4_50us_150V_250423.npy'),
|
||||
'caliFileName': '/home/xie_x1/MLED/data-process/utils/BacksidePulsing_Calibration/Moench040/Moench040_AduToKevMapping_g4_50us_150V_250423.npy',
|
||||
'pedestalFileName': f'{XrayFolder}/15keV_pedestal_d0_f0_0.raw',
|
||||
'signalFileNames': [f'{XrayFolder}/15keV_signal_d0_f{i}_0.raw' for i in range( 20)],
|
||||
'Roi': [235, 345, 110, 220],
|
||||
@@ -43,7 +42,7 @@ Configs['SiemenStarLowerRight'] = {
|
||||
|
||||
|
||||
Configs['SiemenStars'] = {
|
||||
'caliFile': np.load('/home/xie_x1/MLED/data-process/utils/BacksidePulsing_Calibration/Moench040/Moench040_AduToKevMapping_g4_50us_150V_250423.npy'),
|
||||
'caliFileName': '/home/xie_x1/MLED/data-process/utils/BacksidePulsing_Calibration/Moench040/Moench040_AduToKevMapping_g4_50us_150V_250423.npy',
|
||||
'pedestalFileName': f'{XrayFolder}/15keV_pedestal_d0_f0_0.raw',
|
||||
'signalFileNames': [f'{XrayFolder}/15keV_signal_d0_f{i}_0.raw' for i in range(1000)],
|
||||
'Roi': [140, 350, 110, 350], ### Xmin, Xmax, Ymin, Ymax
|
||||
@@ -60,7 +59,7 @@ Configs['SiemenStars'] = {
|
||||
}
|
||||
|
||||
Configs['15keVFlatField'] = {
|
||||
'caliFile': np.load('/home/xie_x1/MLED/data-process/utils/BacksidePulsing_Calibration/Moench040/Moench040_AduToKevMapping_g4_50us_150V_250423.npy'),
|
||||
'caliFileName': '/home/xie_x1/MLED/data-process/utils/BacksidePulsing_Calibration/Moench040/Moench040_AduToKevMapping_g4_50us_150V_250423.npy',
|
||||
'pedestalFileName': f'/mnt/sls_det_storage/moench_data/2504_SoleilBeamtime/Moench040_g4_150V_50us/15keV_pedestal_d0_f0_0.raw',
|
||||
'signalFileNames': glob(f'/mnt/sls_det_storage/moench_data/2504_SoleilBeamtime/Moench040_g4_150V_50us/15keV_signal_d0_f0_0.raw'),
|
||||
'Roi': [0, 400, 0, 400],
|
||||
@@ -77,7 +76,7 @@ Configs['15keVFlatField'] = {
|
||||
}
|
||||
|
||||
Configs['Moench014_10keVFlatField'] = {
|
||||
'caliFile': np.load('/home/xie_x1/MLED/data-process/utils/BacksidePulsing_Calibration/Moench014/Moench014_AduToKevMapping_g4_50us_250305.npy'),
|
||||
'caliFileName': '/home/xie_x1/MLED/data-process/utils/BacksidePulsing_Calibration/Moench014/Moench014_AduToKevMapping_g4_50us_250305.npy',
|
||||
'pedestalFileName': f'/mnt/sls_det_storage/moench_data/2504_SoleilBeamtime/Moench014_g4_150V_50us/10keV_pedestal_d0_f0_0.raw',
|
||||
'signalFileNames': [f'/mnt/sls_det_storage/moench_data/2504_SoleilBeamtime/Moench014_g4_150V_50us/10keV_signal_d0_f{i}.raw' for i in range(14)],
|
||||
'Roi': [0, 180, 100, 400],
|
||||
@@ -94,7 +93,7 @@ Configs['Moench014_10keVFlatField'] = {
|
||||
}
|
||||
|
||||
Configs['Moench014_15keVFlatField'] = {
|
||||
'caliFile': np.load('/home/xie_x1/MLED/data-process/utils/BacksidePulsing_Calibration/Moench014/Moench014_AduToKevMapping_g4_50us_250305.npy'),
|
||||
'caliFileName': '/home/xie_x1/MLED/data-process/utils/BacksidePulsing_Calibration/Moench014/Moench014_AduToKevMapping_g4_50us_250305.npy',
|
||||
'pedestalFileName': f'/mnt/sls_det_storage/moench_data/2504_SoleilBeamtime/Moench014_g4_150V_50us/15keV_pedestal_d0_f0_0.raw',
|
||||
'signalFileNames': [f'/mnt/sls_det_storage/moench_data/2504_SoleilBeamtime/Moench014_g4_150V_50us/15keV_signal_d0_f{i}.raw' for i in range(14)],
|
||||
'Roi': [290, 350, 100, 400],
|
||||
@@ -112,7 +111,7 @@ Configs['Moench014_15keVFlatField'] = {
|
||||
|
||||
|
||||
Configs['Moench014_20keVFlatField'] = {
|
||||
'caliFile': np.load('/home/xie_x1/MLED/data-process/utils/BacksidePulsing_Calibration/Moench014/Moench014_AduToKevMapping_g4_50us_250305.npy'),
|
||||
'caliFileName': '/home/xie_x1/MLED/data-process/utils/BacksidePulsing_Calibration/Moench014/Moench014_AduToKevMapping_g4_50us_250305.npy',
|
||||
'pedestalFileName': f'/mnt/sls_det_storage/moench_data/2504_SoleilBeamtime/Moench014_g4_150V_50us/20keV_pedestal_d0_f0_0.raw',
|
||||
'signalFileNames': [f'/mnt/sls_det_storage/moench_data/2504_SoleilBeamtime/Moench014_g4_150V_50us/20keV_signal_d0_f{i}.raw' for i in range(14)],
|
||||
'Roi': [270, 350, 100, 310],
|
||||
@@ -130,7 +129,7 @@ Configs['Moench014_20keVFlatField'] = {
|
||||
|
||||
|
||||
Configs['Moench014_25keVFlatField'] = {
|
||||
'caliFile': np.load('/home/xie_x1/MLED/data-process/utils/BacksidePulsing_Calibration/Moench014/Moench014_AduToKevMapping_g4_50us_250305.npy'),
|
||||
'caliFileName': '/home/xie_x1/MLED/data-process/utils/BacksidePulsing_Calibration/Moench014/Moench014_AduToKevMapping_g4_50us_250305.npy',
|
||||
'pedestalFileName': f'/mnt/sls_det_storage/moench_data/2504_SoleilBeamtime/Moench014_g4_150V_50us/25keV_pedestal_d0_f0_0.raw',
|
||||
'signalFileNames': [f'/mnt/sls_det_storage/moench_data/2504_SoleilBeamtime/Moench014_g4_150V_50us/25keV_signal_d0_f{i}.raw' for i in range(14)],
|
||||
'Roi': [250, 340, 50, 300],
|
||||
@@ -147,7 +146,7 @@ Configs['Moench014_25keVFlatField'] = {
|
||||
}
|
||||
|
||||
Configs['Moench040_10keVFlatField'] = {
|
||||
'caliFile': np.load('/home/xie_x1/MLED/data-process/utils/BacksidePulsing_Calibration/Moench040/Moench040_AduToKevMapping_g4_50us_150V_250423.npy'),
|
||||
'caliFileName': '/home/xie_x1/MLED/data-process/utils/BacksidePulsing_Calibration/Moench040/Moench040_AduToKevMapping_g4_50us_150V_250423.npy',
|
||||
'pedestalFileName': f'/mnt/sls_det_storage/moench_data/2504_SoleilBeamtime/Moench040_g4_150V_50us/10keV_pedestal_d0_f0_0.raw',
|
||||
'signalFileNames': [f'/mnt/sls_det_storage/moench_data/2504_SoleilBeamtime/Moench040_g4_150V_50us/10keV_signal_d0_f{i}_0.raw' for i in range(10)],
|
||||
'Roi': [140, 265, 80, 340], ### low flux: x 70-135; high flux: x 140-265
|
||||
@@ -164,7 +163,7 @@ Configs['Moench040_10keVFlatField'] = {
|
||||
}
|
||||
|
||||
Configs['Moench040_15keVFlatField'] = {
|
||||
'caliFile': np.load('/home/xie_x1/MLED/data-process/utils/BacksidePulsing_Calibration/Moench040/Moench040_AduToKevMapping_g4_50us_150V_250423.npy'),
|
||||
'caliFileName': '/home/xie_x1/MLED/data-process/utils/BacksidePulsing_Calibration/Moench040/Moench040_AduToKevMapping_g4_50us_150V_250423.npy',
|
||||
'pedestalFileName': f'/mnt/sls_det_storage/moench_data/2504_SoleilBeamtime/Moench040_g4_150V_50us/15keV_pedestal_d0_f0_0.raw',
|
||||
'signalFileNames': [f'/mnt/sls_det_storage/moench_data/2504_SoleilBeamtime/Moench040_g4_150V_50us/15keV_signal_d0_f{i}_0.raw' for i in range(10)],
|
||||
'Roi': [80, 220, 0, 400], ### low flux: x 80-220; high flux: x 260-310
|
||||
@@ -181,7 +180,7 @@ Configs['Moench040_15keVFlatField'] = {
|
||||
}
|
||||
|
||||
Configs['Moench040_20keVFlatField'] = {
|
||||
'caliFile': np.load('/home/xie_x1/MLED/data-process/utils/BacksidePulsing_Calibration/Moench040/Moench040_AduToKevMapping_g4_50us_150V_250423.npy'),
|
||||
'caliFileName': '/home/xie_x1/MLED/data-process/utils/BacksidePulsing_Calibration/Moench040/Moench040_AduToKevMapping_g4_50us_150V_250423.npy',
|
||||
'pedestalFileName': f'/mnt/sls_det_storage/moench_data/2504_SoleilBeamtime/Moench040_g4_150V_50us/20keV_pedestal_d0_f0_0.raw',
|
||||
'signalFileNames': [f'/mnt/sls_det_storage/moench_data/2504_SoleilBeamtime/Moench040_g4_150V_50us/20keV_signal_d0_f{i}_0.raw' for i in range(10)],
|
||||
'Roi': [240, 300, 80, 340], ## low flux: x 80-200; high flux: x 240-300
|
||||
@@ -198,7 +197,7 @@ Configs['Moench040_20keVFlatField'] = {
|
||||
}
|
||||
|
||||
Configs['Moench040_25keVFlatField'] = {
|
||||
'caliFile': np.load('/home/xie_x1/MLED/data-process/utils/BacksidePulsing_Calibration/Moench040/Moench040_AduToKevMapping_g4_50us_150V_250423.npy'),
|
||||
'caliFileName': '/home/xie_x1/MLED/data-process/utils/BacksidePulsing_Calibration/Moench040/Moench040_AduToKevMapping_g4_50us_150V_250423.npy',
|
||||
'pedestalFileName': f'/mnt/sls_det_storage/moench_data/2504_SoleilBeamtime/Moench040_g4_150V_50us/25keV_pedestal_d0_f0_0.raw',
|
||||
'signalFileNames': [f'/mnt/sls_det_storage/moench_data/2504_SoleilBeamtime/Moench040_g4_150V_50us/25keV_signal_d0_f{i}_0.raw' for i in range(10)],
|
||||
'Roi': [215, 290, 80, 340], ## low flux: x 80-200; high flux: x 215-290
|
||||
@@ -215,7 +214,7 @@ Configs['Moench040_25keVFlatField'] = {
|
||||
}
|
||||
|
||||
Configs['260205_CuPbMoWires'] = {
|
||||
'caliFile': np.load('/home/xie_x1/MLED/data-process/utils/BacksidePulsing_Calibration/Moench040/Moench040_AduToKevMapping_g4_50us_150V_250423.npy'),
|
||||
'caliFileName': '/home/xie_x1/MLED/data-process/utils/BacksidePulsing_Calibration/Moench040/Moench040_AduToKevMapping_g4_50us_150V_250423.npy',
|
||||
'pedestalFileName': f'/mnt/sls_det_storage/moench_data/xiangyu/260205_FluorescenceSampleTestForMaxIVBeamTime/CuPbMoWires_pedestal_d0_f0_0.raw',
|
||||
'signalFileNames': glob(f'/mnt/sls_det_storage/moench_data/xiangyu/260205_FluorescenceSampleTestForMaxIVBeamTime/CuPbMoWires_signal_d0_f*_0.raw'),
|
||||
'Roi': [100, 300, 100, 400],
|
||||
@@ -231,7 +230,7 @@ Configs['260205_CuPbMoWires'] = {
|
||||
'runName': 'CuPbMoWires',
|
||||
}
|
||||
Configs['260205_CuZnWires'] = {
|
||||
'caliFile': np.load('/home/xie_x1/MLED/data-process/utils/BacksidePulsing_Calibration/Moench040/Moench040_AduToKevMapping_g4_50us_150V_250423.npy'),
|
||||
'caliFileName': '/home/xie_x1/MLED/data-process/utils/BacksidePulsing_Calibration/Moench040/Moench040_AduToKevMapping_g4_50us_150V_250423.npy',
|
||||
'pedestalFileName': f'/mnt/sls_det_storage/moench_data/xiangyu/260205_FluorescenceSampleTestForMaxIVBeamTime/CuZnWires_pedestal_d0_f0_0.raw',
|
||||
'signalFileNames': glob(f'/mnt/sls_det_storage/moench_data/xiangyu/260205_FluorescenceSampleTestForMaxIVBeamTime/CuZnWires_signal_d0_f*_0.raw'),
|
||||
'Roi': [100, 300, 100, 400],
|
||||
@@ -247,7 +246,7 @@ Configs['260205_CuZnWires'] = {
|
||||
'runName': 'CuZnWires',
|
||||
}
|
||||
Configs['260205_PdMoCuZnWires'] = {
|
||||
'caliFile': np.load('/home/xie_x1/MLED/data-process/utils/BacksidePulsing_Calibration/Moench040/Moench040_AduToKevMapping_g4_50us_150V_250423.npy'),
|
||||
'caliFileName': '/home/xie_x1/MLED/data-process/utils/BacksidePulsing_Calibration/Moench040/Moench040_AduToKevMapping_g4_50us_150V_250423.npy',
|
||||
'pedestalFileName': f'/mnt/sls_det_storage/moench_data/xiangyu/260205_FluorescenceSampleTestForMaxIVBeamTime/PdMoCuZnWires_pedestal_d0_f0_0.raw',
|
||||
'signalFileNames': glob(f'/mnt/sls_det_storage/moench_data/xiangyu/260205_FluorescenceSampleTestForMaxIVBeamTime/PdMoCuZnWires_signal_d0_f*_0.raw'),
|
||||
'Roi': [100, 300, 100, 400],
|
||||
@@ -263,7 +262,7 @@ Configs['260205_PdMoCuZnWires'] = {
|
||||
'runName': 'PdMoCuZnWires',
|
||||
}
|
||||
Configs['260205_Screen'] = {
|
||||
'caliFile': np.load('/home/xie_x1/MLED/data-process/utils/BacksidePulsing_Calibration/Moench040/Moench040_AduToKevMapping_g4_50us_150V_250423.npy'),
|
||||
'caliFileName': '/home/xie_x1/MLED/data-process/utils/BacksidePulsing_Calibration/Moench040/Moench040_AduToKevMapping_g4_50us_150V_250423.npy',
|
||||
'pedestalFileName': f'/mnt/sls_det_storage/moench_data/xiangyu/260205_FluorescenceSampleTestForMaxIVBeamTime/Screen_pedestal_d0_f0_0.raw',
|
||||
'signalFileNames': glob(f'/mnt/sls_det_storage/moench_data/xiangyu/260205_FluorescenceSampleTestForMaxIVBeamTime/Screen_signal_d0_f*_0.raw'),
|
||||
'Roi': [100, 300, 100, 400],
|
||||
@@ -279,7 +278,7 @@ Configs['260205_Screen'] = {
|
||||
'runName': 'Screen',
|
||||
}
|
||||
Configs['260205_NullSample'] = {
|
||||
'caliFile': np.load('/home/xie_x1/MLED/data-process/utils/BacksidePulsing_Calibration/Moench040/Moench040_AduToKevMapping_g4_50us_150V_250423.npy'),
|
||||
'caliFileName': '/home/xie_x1/MLED/data-process/utils/BacksidePulsing_Calibration/Moench040/Moench040_AduToKevMapping_g4_50us_150V_250423.npy',
|
||||
'pedestalFileName': f'/mnt/sls_det_storage/moench_data/xiangyu/260205_FluorescenceSampleTestForMaxIVBeamTime/NullSample_pedestal_d0_f0_0.raw',
|
||||
'signalFileNames': glob(f'/mnt/sls_det_storage/moench_data/xiangyu/260205_FluorescenceSampleTestForMaxIVBeamTime/NullSample_signal_d0_f*_0.raw'),
|
||||
'Roi': [100, 300, 100, 400],
|
||||
@@ -295,7 +294,7 @@ Configs['260205_NullSample'] = {
|
||||
'runName': 'NullSample',
|
||||
}
|
||||
Configs['260205_MoSolution'] = {
|
||||
'caliFile': np.load('/home/xie_x1/MLED/data-process/utils/BacksidePulsing_Calibration/Moench040/Moench040_AduToKevMapping_g4_50us_150V_250423.npy'),
|
||||
'caliFileName': '/home/xie_x1/MLED/data-process/utils/BacksidePulsing_Calibration/Moench040/Moench040_AduToKevMapping_g4_50us_150V_250423.npy',
|
||||
'pedestalFileName': f'/mnt/sls_det_storage/moench_data/xiangyu/260205_FluorescenceSampleTestForMaxIVBeamTime/MoSolution_pedestal_d0_f0_0.raw',
|
||||
'signalFileNames': glob(f'/mnt/sls_det_storage/moench_data/xiangyu/260205_FluorescenceSampleTestForMaxIVBeamTime/MoSolution_signal_d0_f*_0.raw'),
|
||||
'Roi': [100, 300, 100, 400],
|
||||
@@ -311,7 +310,7 @@ Configs['260205_MoSolution'] = {
|
||||
'runName': 'MoSolution',
|
||||
}
|
||||
Configs['260205_SbSolution'] = {
|
||||
'caliFile': np.load('/home/xie_x1/MLED/data-process/utils/BacksidePulsing_Calibration/Moench040/Moench040_AduToKevMapping_g4_50us_150V_250423.npy'),
|
||||
'caliFileName': '/home/xie_x1/MLED/data-process/utils/BacksidePulsing_Calibration/Moench040/Moench040_AduToKevMapping_g4_50us_150V_250423.npy',
|
||||
'pedestalFileName': f'/mnt/sls_det_storage/moench_data/xiangyu/260205_FluorescenceSampleTestForMaxIVBeamTime/SbSolution_pedestal_d0_f0_0.raw',
|
||||
'signalFileNames': glob(f'/mnt/sls_det_storage/moench_data/xiangyu/260205_FluorescenceSampleTestForMaxIVBeamTime/SbSolution_signal_d0_f*_0.raw'),
|
||||
'Roi': [100, 300, 100, 400],
|
||||
@@ -327,7 +326,7 @@ Configs['260205_SbSolution'] = {
|
||||
'runName': 'SbSolution',
|
||||
}
|
||||
Configs['260205_In'] = {
|
||||
'caliFile': np.load('/home/xie_x1/MLED/data-process/utils/BacksidePulsing_Calibration/Moench040/Moench040_AduToKevMapping_g4_50us_150V_250423.npy'),
|
||||
'caliFileName': '/home/xie_x1/MLED/data-process/utils/BacksidePulsing_Calibration/Moench040/Moench040_AduToKevMapping_g4_50us_150V_250423.npy',
|
||||
'pedestalFileName': f'/mnt/sls_det_storage/moench_data/xiangyu/260205_FluorescenceSampleTestForMaxIVBeamTime/In_pedestal_d0_f0_0.raw',
|
||||
'signalFileNames': glob(f'/mnt/sls_det_storage/moench_data/xiangyu/260205_FluorescenceSampleTestForMaxIVBeamTime/In_signal_d0_f*_0.raw'),
|
||||
'Roi': [100, 300, 100, 400],
|
||||
@@ -343,7 +342,7 @@ Configs['260205_In'] = {
|
||||
'runName': '260205_In',
|
||||
}
|
||||
Configs['260205_InCrGreen'] = {
|
||||
'caliFile': np.load('/home/xie_x1/MLED/data-process/utils/BacksidePulsing_Calibration/Moench040/Moench040_AduToKevMapping_g4_50us_150V_250423.npy'),
|
||||
'caliFileName': '/home/xie_x1/MLED/data-process/utils/BacksidePulsing_Calibration/Moench040/Moench040_AduToKevMapping_g4_50us_150V_250423.npy',
|
||||
'pedestalFileName': f'/mnt/sls_det_storage/moench_data/xiangyu/260205_FluorescenceSampleTestForMaxIVBeamTime/InCrGreen_pedestal_d0_f0_0.raw',
|
||||
'signalFileNames': glob(f'/mnt/sls_det_storage/moench_data/xiangyu/260205_FluorescenceSampleTestForMaxIVBeamTime/InCrGreen_signal_d0_f*_0.raw'),
|
||||
'Roi': [100, 300, 100, 400],
|
||||
@@ -359,7 +358,7 @@ Configs['260205_InCrGreen'] = {
|
||||
'runName': 'InCrGreen',
|
||||
}
|
||||
Configs['260209_In'] = {
|
||||
'caliFile': np.load('/home/xie_x1/MLED/data-process/utils/BacksidePulsing_Calibration/Moench040/Moench040_AduToKevMapping_g4_50us_150V_250423.npy'),
|
||||
'caliFileName': '/home/xie_x1/MLED/data-process/utils/BacksidePulsing_Calibration/Moench040/Moench040_AduToKevMapping_g4_50us_150V_250423.npy',
|
||||
'pedestalFileName': f'/mnt/sls_det_storage/moench_data/xiangyu/260209_FluorescenceSampleTestForMaxIVBeamTime/In_pedestal_d0_f0_0.raw',
|
||||
'signalFileNames': glob(f'/mnt/sls_det_storage/moench_data/xiangyu/260209_FluorescenceSampleTestForMaxIVBeamTime/In_signal_d0_f*_0.raw'),
|
||||
'Roi': [100, 300, 100, 400],
|
||||
@@ -375,7 +374,7 @@ Configs['260209_In'] = {
|
||||
'runName': '260209_In',
|
||||
}
|
||||
Configs['260209_InDeepGreen'] = {
|
||||
'caliFile': np.load('/home/xie_x1/MLED/data-process/utils/BacksidePulsing_Calibration/Moench040/Moench040_AduToKevMapping_g4_50us_150V_250423.npy'),
|
||||
'caliFileName': '/home/xie_x1/MLED/data-process/utils/BacksidePulsing_Calibration/Moench040/Moench040_AduToKevMapping_g4_50us_150V_250423.npy',
|
||||
'pedestalFileName': f'/mnt/sls_det_storage/moench_data/xiangyu/260209_FluorescenceSampleTestForMaxIVBeamTime/InDeepGreen_pedestal_d0_f0_0.raw',
|
||||
'signalFileNames': glob(f'/mnt/sls_det_storage/moench_data/xiangyu/260209_FluorescenceSampleTestForMaxIVBeamTime/InDeepGreen_signal_d0_f*_0.raw'),
|
||||
'Roi': [100, 300, 100, 400],
|
||||
@@ -391,7 +390,7 @@ Configs['260209_InDeepGreen'] = {
|
||||
'runName': '260209_InDeepGreen',
|
||||
}
|
||||
Configs['260209_InBrilliantBlue'] = {
|
||||
'caliFile': np.load('/home/xie_x1/MLED/data-process/utils/BacksidePulsing_Calibration/Moench040/Moench040_AduToKevMapping_g4_50us_150V_250423.npy'),
|
||||
'caliFileName': '/home/xie_x1/MLED/data-process/utils/BacksidePulsing_Calibration/Moench040/Moench040_AduToKevMapping_g4_50us_150V_250423.npy',
|
||||
'pedestalFileName': f'/mnt/sls_det_storage/moench_data/xiangyu/260209_FluorescenceSampleTestForMaxIVBeamTime/InBrilliaBluent_pedestal_d0_f0_0.raw',
|
||||
'signalFileNames': glob(f'/mnt/sls_det_storage/moench_data/xiangyu/260209_FluorescenceSampleTestForMaxIVBeamTime/InBrilliaBluent_signal_d0_f*_0.raw'),
|
||||
'Roi': [100, 300, 100, 400],
|
||||
@@ -407,7 +406,7 @@ Configs['260209_InBrilliantBlue'] = {
|
||||
'runName': '260209_InBrilliantBlue',
|
||||
}
|
||||
Configs['260209_AgNaplesYellow'] = {
|
||||
'caliFile': np.load('/home/xie_x1/MLED/data-process/utils/BacksidePulsing_Calibration/Moench040/Moench040_AduToKevMapping_g4_50us_150V_250423.npy'),
|
||||
'caliFileName': '/home/xie_x1/MLED/data-process/utils/BacksidePulsing_Calibration/Moench040/Moench040_AduToKevMapping_g4_50us_150V_250423.npy',
|
||||
'pedestalFileName': f'/mnt/sls_det_storage/moench_data/xiangyu/260209_FluorescenceSampleTestForMaxIVBeamTime/AgNaplesYellow_pedestal_d0_f0_0.raw',
|
||||
'signalFileNames': glob(f'/mnt/sls_det_storage/moench_data/xiangyu/260209_FluorescenceSampleTestForMaxIVBeamTime/AgNaplesYellow_signal_d0_f*_0.raw'),
|
||||
'Roi': [100, 300, 100, 400],
|
||||
@@ -423,7 +422,7 @@ Configs['260209_AgNaplesYellow'] = {
|
||||
'runName': '260209_AgNaplesYellow',
|
||||
}
|
||||
Configs['260209_Ag'] = {
|
||||
'caliFile': np.load('/home/xie_x1/MLED/data-process/utils/BacksidePulsing_Calibration/Moench040/Moench040_AduToKevMapping_g4_50us_150V_250423.npy'),
|
||||
'caliFileName': '/home/xie_x1/MLED/data-process/utils/BacksidePulsing_Calibration/Moench040/Moench040_AduToKevMapping_g4_50us_150V_250423.npy',
|
||||
'pedestalFileName': f'/mnt/sls_det_storage/moench_data/xiangyu/260209_FluorescenceSampleTestForMaxIVBeamTime/Ag_pedestal_d0_f0_0.raw',
|
||||
'signalFileNames': glob(f'/mnt/sls_det_storage/moench_data/xiangyu/260209_FluorescenceSampleTestForMaxIVBeamTime/Ag_signal_d0_f*_0.raw'),
|
||||
'Roi': [100, 300, 100, 400],
|
||||
|
||||
Reference in New Issue
Block a user