Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ETSInitiative/PETSIRD
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 99f3d468f826edf870209655b55adb5137c293dc
Choose a base ref
..
head repository: ETSInitiative/PETSIRD
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5b30e2ed8032842061e263c4ad0b21250ce63fef
Choose a head ref
Showing with 3 additions and 2 deletions.
  1. +3 −2 model/DetectionEfficiencies.yml
5 changes: 3 additions & 2 deletions model/DetectionEfficiencies.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# Detection efficiencies for every detecting element and energy window
# If size along energyBinIdx is 1, the effiencies are assumed to be the same for every energy bin
# If size along energyBinIdx is 1, the effiencies are assumed to be the same for every energy bin.
# Constraint: size(DetElEfficiencies, "energyBinIdx") == scannerInformation.numberOfEnergyBins or 1
DetElEfficiencies: float[detElIdx, energyBinIdx]

# Efficiency for two detecting elements (det_els) in a pair of modules.
# This is one component (often called "geometric") of the detection efficiency model.
# If size along energyBinIdx is 1, the effiencies are assumed to be the same for every energy bin.
ModulePairEfficiencies: !record
fields:
# Detection efficiency for a pair of detecting elements
@@ -16,7 +17,7 @@ ModulePairEfficiencies: !record


# Lookup table for SGIDs
# For every module pair, give the SGID. If -1, the module-pair is not in coincidence
# For every module pair, give the SGID. If -1, the module-pair is not in coincidence.
# Values run from -1 ... (numberOfSGIDs-1)
ModulePairSGIDLUT: uint[moduleIdx1, moduleIdx2]