From 2bc7cea5a18e7ba3a2429ae3384b35481616b2f1 Mon Sep 17 00:00:00 2001 From: Lawrence Lee <45837045+Lawrence37@users.noreply.github.com> Date: Sun, 14 Jan 2024 12:58:05 -0800 Subject: [PATCH] Add white levels for Panasonic DC-G100 Reduce white levels for ISOs 1600-4000 due to noise with LENR on. --- rtengine/camconst.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/rtengine/camconst.json b/rtengine/camconst.json index 998ddff19..4d789fa66 100644 --- a/rtengine/camconst.json +++ b/rtengine/camconst.json @@ -2256,7 +2256,18 @@ Camera constants: { // Quality C "make_model": [ "Panasonic DC-G100", "Panasonic DC-G110" ], - "dcraw_matrix": [ 8370, -2869, -710, -3389, 11372, 2298, -640, 1598, 4887 ] // DNG + "dcraw_matrix": [ 8370, -2869, -710, -3389, 11372, 2298, -640, 1598, 4887 ], // DNG + "ranges": { + "white": [ // Measured with DC-G100 (#6913). Levels affected by LENR for ISOs 1600-4000. + { "iso": [ 200, 400, 800, 1250 ], "levels": 4095 }, + { "iso": 1600, "levels": 4050 }, + { "iso": 2000, "levels": 4040 }, + { "iso": 2500, "levels": 4025 }, + { "iso": 3200, "levels": 4010 }, + { "iso": 4000, "levels": 4000 }, + { "iso": [ 5000, 6400, 12800, 25600 ], "levels": 4095 } + ] + } }, { // Quality C, only color matrix