From cc6b0dbce1a53377ec8b33eb3086815a3e175516 Mon Sep 17 00:00:00 2001 From: Thanatomanic <6567747+Thanatomanic@users.noreply.github.com> Date: Sun, 12 Jul 2020 09:34:50 +0200 Subject: [PATCH] Improved white levels for Nikon Coolpix P1000 (#5842) --- rtengine/camconst.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/rtengine/camconst.json b/rtengine/camconst.json index 19e25264c..335b0c1a8 100644 --- a/rtengine/camconst.json +++ b/rtengine/camconst.json @@ -1556,10 +1556,14 @@ Camera constants: } }, - { // Quality B + { // Quality A, samples provided by dimonoid (#5842) "make_model": "NIKON COOLPIX P1000", "dcraw_matrix": [ 14294, -6116, -1333, -1628, 10219, 1637, -14, 1158, 5022 ], // ColorMatrix2 from Adobe DNG Converter 11.4 - "ranges": { "black": 200, "white": 4087 } + "ranges": { + "black": 200, + "white": [ 4000, 4050, 3950 ] // Typical values without LENR: 4009, 4093, 3963 + } // No significant influence of ISO + // No aperture scaling reported }, { // Quality B, no LENR samples