From e0d2237ca165fb9742ca29326ad69211910e3cf7 Mon Sep 17 00:00:00 2001
From: Jerzy Jamroz <jerzy.jamroz@gmail.com>
Date: Wed, 8 Apr 2020 16:38:42 +0200
Subject: [PATCH] fix: DTL1 is removed from NCL set because DTL2FC is
 sufficient.

---
 CHANGELOG.md             | 1 +
 init/databuffer-ess.json | 4 ----
 2 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0b7c122..7886329 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,7 @@
 ### Bug Fixes
 - PBMod updated according to Table 5 of ESS-0038258 revision 6.
 - PBDest refers to Table 8 of ESS-0038258 revision 6.
+- DTL1 is removed from NCL set because DTL2FC is sufficient.
 
 
 
diff --git a/init/databuffer-ess.json b/init/databuffer-ess.json
index fa8c89f..f3281ca 100644
--- a/init/databuffer-ess.json
+++ b/init/databuffer-ess.json
@@ -95,10 +95,6 @@
       "type": "Faraday Cup",
       "limits": "(1Hz, 50us)/(14Hz, 5us), 62.5 mA"
     },
-    "DTL1": {
-        "id": 35,
-        "type": "Faraday Cup"
-    },
     "DTL2": {
       "id": 40,
       "type": "Faraday Cup",
-- 
GitLab