From 01573f8021ef1dfaa7b1d8af7c863995db27ce5b Mon Sep 17 00:00:00 2001
From: Maxim Gonchar <maxim.mg.gonchar@gmail.com>
Date: Thu, 20 Apr 2023 16:17:53 +0300
Subject: [PATCH] model: add index for isotope

---
 models/dayabay_v0.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/models/dayabay_v0.py b/models/dayabay_v0.py
index 6329cff..26868b3 100644
--- a/models/dayabay_v0.py
+++ b/models/dayabay_v0.py
@@ -53,6 +53,7 @@ def model_dayabay_v0():
     index = GNIndex.from_dict({
 		('d', 'detector'): ('AD11', 'AD12', 'AD21', 'AD22', 'AD31', 'AD32', 'AD33', 'AD34'),
 		('r', 'reactor'): ('DB1', 'DB2', 'LA1', 'LA2', 'LA3', 'LA4'),
+		('i', 'isotope'): ('U235', 'U238', 'Pu239', 'Pu241'),
 		('b', 'background'): ('acc', 'lihe', 'fastn', 'amc', 'alphan'),
 		})
 
-- 
GitLab