From 033e951f7da1126c227df875144965154621c6f5 Mon Sep 17 00:00:00 2001 From: Marhmarchi <58359447+Marhmarchi@users.noreply.github.com> Date: Sat, 4 May 2024 12:03:50 -0300 Subject: [PATCH] Some itsy bitsy love to AHI --- satdump_cfg.json | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/satdump_cfg.json b/satdump_cfg.json index 124ee59fe..de07148e3 100644 --- a/satdump_cfg.json +++ b/satdump_cfg.json @@ -1751,6 +1751,44 @@ } }, "autogen": false + }, + "Upper-Level Tropospheric Water Vapor": { + "channels": "cch8", + "description": "descriptions/ABIULWV.md", + "remove_background": true, + "draw_map_overlay": true, + "calib_cfg": { + "cch8": { + "type": "temperature", + "min": 180, + "max": 280 + } + }, + "lut": "lut/cal/abi_wv_8-10.png", + "borders_color": [ + 1, + 0, + 0 + ] + }, + "Clean Longwave IR Window Band": { + "channels": "cch13", + "description": "descriptions/ABICleanLWIR.md", + "remove_background": true, + "draw_map_overlay": true, + "calib_cfg": { + "cch13": { + "type": "temperature", + "min": 163, + "max": 330 + } + }, + "lut": "lut/cal/abi_ir_11-15.png", + "borders_color": [ + 1, + 1, + 1 + ] } } },