Fixed Nikon D750 black levels, and fixed line ending style consistency

This commit is contained in:
DrSlony
2015-05-03 00:56:23 +02:00
parent 1b6d7da21a
commit a858baa95c

View File

@@ -822,7 +822,7 @@ Quality X: unknown, ie we knowing to little about the camera properties to know
{ // Quality B, does not work with 12bit files
"make_model": "Nikon D750",
"dcraw_matrix": [ 9020,-2890,-715,-4535,12436,2348,-934,1919,7086 ], // adobe dcp d65 DNGv8.7
"ranges": { "black": 600, "white": 16300 } // attention.. BL/WL values are for 14bit files, has to be BL150/WL4070 for 12bit files. WL typical 16383 set to 16300 for safety
"ranges": { "black": -600, "white": 16300 } // attention.. BL/WL values are for 14bit files, has to be BL150/WL4070 for 12bit files. WL typical 16383 set to 16300 for safety
},
{ // quality B, lacks WL measures at intermediate ISOs (160-250-320 ..) and measures at long exposures with LongExposureNoiseReduction
@@ -1170,7 +1170,6 @@ Quality X: unknown, ie we knowing to little about the camera properties to know
"raw_crop": [ 12, 0, -110, -62 ] // for small size all numbers/2
},
{ // Quality A, correction for color matrix from Colin Walker's d50 to dng d65
"make_model": "Sony NEX-C3",
// "dcraw_matrix": [ 5130,-1055,-269,-4473,11797,3050,-701,1310,7121 ], // Colin walker's d50 kept for possible consistency issues