From 2df13f9f5641aeda867e715b844da550bf623897 Mon Sep 17 00:00:00 2001 From: Roberto Susino <roberto.susino@inaf.it> Date: Tue, 5 Oct 2021 10:10:16 +0200 Subject: [PATCH] Add saturation levels --- index.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/index.json b/index.json index 423bb10..6f1f58a 100644 --- a/index.json +++ b/index.json @@ -96,12 +96,12 @@ "cal_units": "MSB", "sat_level": { - "value": [0, 1, 16382,16383], + "value": [0, 1468, 13813,16383], "error": "N/A", "units": "DN", - "source": "", + "source": "https://redmine.ict.inaf.it/projects/478/wiki/VL_Saturation_and_Quality_Levels", "descr": "Vector describing the dynamic range of the VL detector response", - "validity": "False" + "validity": "True" }, "bias": [ @@ -580,12 +580,12 @@ "cal_units": "ph/cm2/s/sr", "sat_level": { - "value": [0, 1, 16382,16383], + "value": [0, 373, 10000,16383], "error": "N/A", "units": "DN", "source": "", "descr": "Vector describing the dynamic range of the UV detector response", - "validity": "False" + "validity": "True" }, "dark": [ -- GitLab