Add new configs; nsize updated to 6

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
2026-06-10 11:24:33 +02:00
co-authored by Copilot
parent cf213defa3
commit 54e9b4e2df
+32 -17
View File
@@ -1,6 +1,6 @@
# configs/infer_1photon.yaml
experiment:
name: "FlatField_3filters_pos0" # options: SiemenStarLowerLeft, SiemenStarLowerRight
name: "KnifeEdge_3filters_pos0" # options: SiemenStarLowerLeft, SiemenStarLowerRight
task: "2Photon"
output_base: "./InferenceResults"
@@ -8,54 +8,68 @@ data:
sample_folder: "/home/xie_x1/MLXID/DataProcess/Samples"
names:
SiemenStarLowerLeft:
file_pattern: "SiemenStarLowerLeft/2Photon_CS7_chunk{}.h5" ### 15 keV
file_pattern: "SiemenStarLowerLeft/2Photon_CS6_chunk{}.h5" ### 15 keV
NX: 400
NY: 400
file_range: [0, 1] # [0, 160)
roi: [140, 230, 120, 210] # [x_min, x_max, y_min, y_max]
nSize: 7
nSize: 6
SiemenStarLowerRight:
file_pattern: "SiemenStarLowerRight/2Photon_CS7_chunk{}.h5" ### 15 keV
file_pattern: "SiemenStarLowerRight/2Photon_CS6_chunk{}.h5" ### 15 keV
NX: 400
NY: 400
file_range: [0, 320] # [0, 320)
roi: [235, 345, 110, 220]
nSize: 7
nSize: 6
KnifeEdge_3filters_pos0:
file_pattern: "2603MaxIV_Edge3Filters_pos0_12keV/2Photon_CS7_chunk{}.h5" ### 12 keV
file_pattern: "2603MaxIV_Edge3Filters_pos0_12keV/2Photon_CS6_chunk{}.h5" ### 12 keV
NX: 101
NY: 101
file_range: [0, 16] # [0, 16)
roi: [0, 101, 0, 101]
nSize: 7
nSize: 6
FlatField_3filters_pos0:
file_pattern: "2603MaxIV_FlatField3Filters_pos0_12keV/2Photon_CS7_chunk{}.h5" ### 12 keV
file_pattern: "2603MaxIV_FlatField3Filters_pos0_12keV/2Photon_CS6_chunk{}.h5" ### 12 keV
NX: 101
NY: 101
file_range: [0, 16] # [0, 16)
roi: [0, 101, 0, 101]
nSize: 7
nSize: 6
KnifeEdge_2filters:
file_pattern: "2603MaxIV_Edge2Filters_12keV/2Photon_CS7_chunk{}.h5" ### 12 keV
file_pattern: "2603MaxIV_Edge2Filters_12keV/2Photon_CS6_chunk{}.h5" ### 12 keV
NX: 101
NY: 101
file_range: [0, 16] # [0, 16)
roi: [0, 101, 0, 101]
nSize: 7
nSize: 6
FlatField_2filters:
file_pattern: "2603MaxIV_Flat2Filters_12keV/2Photon_CS7_chunk{}.h5" ### 12 keV
file_pattern: "2603MaxIV_Flat2Filters_12keV/2Photon_CS6_chunk{}.h5" ### 12 keV
NX: 101
NY: 101
file_range: [0, 16] # [0, 16)
roi: [0, 101, 0, 101]
nSize: 7
nSize: 6
KnifeEdge_1filters:
file_pattern: "2603MaxIV_Edge1Filters_12keV/2Photon_CS6_chunk{}.h5" ### 12 keV
NX: 101
NY: 101
file_range: [0, 16] # [0, 16)
roi: [0, 101, 0, 101]
nSize: 6
FlatField_1filters:
file_pattern: "2603MaxIV_Flat1Filters_12keV/2Photon_CS6_chunk{}.h5" ### 12 keV
NX: 101
NY: 101
file_range: [0, 16] # [0, 16)
roi: [0, 101, 0, 101]
nSize: 6
Uniformity_test:
file_pattern: "2603MaxIV_Flat2Filters_12keV/2Photon_CS7_chunk{}.h5" ### 12 keV
file_pattern: "2603MaxIV_Flat2Filters_12keV/2Photon_CS6_chunk{}.h5" ### 12 keV
NX: 101
NY: 101
file_range: [0, 1]
roi: [0, 101, 0, 101]
nSize: 7
nSize: 6
energy: 12 # keV
normalize: false # for inference dataloaders
@@ -64,8 +78,9 @@ data:
model:
base_dir: "/home/xie_x1/MLXID/DeepLearning/Results/"
experiment_name: "260511_2ph_12keV_v260507_00"
name: "doublePhoton260507_12keV_Noise0.13keV_E300.pth"
experiment_name: "260609_2ph_12keV_v260608_04"
name: "doublePhoton260608_12keV_Noise0.13keV_E500.pth"
inference:
binning_factor: 10