From e507be76abd1216a952117343665d6589b62cb9d Mon Sep 17 00:00:00 2001 From: Lawrence37 <45837045+Lawrence37@users.noreply.github.com> Date: Sun, 25 Jun 2023 18:28:50 -0700 Subject: [PATCH] Update OM-5 camconst Add white level and fix 80MP raw crop. --- rtengine/camconst.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rtengine/camconst.json b/rtengine/camconst.json index cfee0dcd4..e8ce49618 100644 --- a/rtengine/camconst.json +++ b/rtengine/camconst.json @@ -2188,10 +2188,11 @@ Camera constants: { // Quality X "make_model": ["OM Digital Solutions OM-5"], "dcraw_matrix": [ 11896, -5110, -1076, -3181, 11378, 2048, -519, 1224, 5166 ], // ColorMatrix2 using illuminant D65 from Adobe DNG Converter 15.0 + "ranges": { "white": 3825 }, "raw_crop" : [ { "frame" : [8200, 6132], "crop": [0, 0, 8172, 6132] }, { "frame" : [5240, 3912], "crop": [0, 0, 5240, 3912] }, - { "frame" : [10400, 7792], "crop": [0, 0, 10392, 7792] } + { "frame" : [10400, 7792], "crop": [0, 0, 10390, 7792] } ] },