From 2dd6ab6beb08a9532db0347e782293dae75076e3 Mon Sep 17 00:00:00 2001 From: Pim Nelissen Date: Thu, 23 Apr 2026 16:05:20 +0200 Subject: [PATCH] add angular dependence NaIR --- .../data/angular_efficiencies/LU_NaIR.csv | 38 +++++++++++++++++++ src/pg_rad/data/detectors.csv | 2 +- 2 files changed, 39 insertions(+), 1 deletion(-) create mode 100644 src/pg_rad/data/angular_efficiencies/LU_NaIR.csv diff --git a/src/pg_rad/data/angular_efficiencies/LU_NaIR.csv b/src/pg_rad/data/angular_efficiencies/LU_NaIR.csv new file mode 100644 index 0000000..25eb2eb --- /dev/null +++ b/src/pg_rad/data/angular_efficiencies/LU_NaIR.csv @@ -0,0 +1,38 @@ +angle,662 +0,0.027 +10,0.162 +20,0.346 +30,0.517 +40,0.662 +50,0.794 +60,0.882 +70,0.947 +80,0.995 +90,1.000 +100,0.970 +110,0.895 +120,0.778 +130,0.649 +140,0.546 +150,0.477 +160,0.387 +170,0.267 +180,0.205 +-180,0.205 +-170,0.266 +-160,0.385 +-150,0.527 +-140,0.671 +-130,0.764 +-120,0.838 +-110,0.763 +-100,0.838 +-90,0.903 +-80,0.904 +-70,0.898 +-60,0.862 +-50,0.717 +-40,0.337 +-30,0.154 +-20,0.253 +-10,0.125 \ No newline at end of file diff --git a/src/pg_rad/data/detectors.csv b/src/pg_rad/data/detectors.csv index 081a17d..47662df 100644 --- a/src/pg_rad/data/detectors.csv +++ b/src/pg_rad/data/detectors.csv @@ -2,4 +2,4 @@ name,type,is_isotropic dummy,NaI,true LU_NaI_3inch,NaI,true LU_HPGe_90,HPGe,false -LU_NaIR,NaI,true \ No newline at end of file +LU_NaIR,NaI,false \ No newline at end of file