camconst.json whitespace fixes

This commit is contained in:
Morgan Hardwood
2022-02-11 01:39:04 +01:00
parent 34b56a14e4
commit c8e3bf030a

View File

@@ -1224,7 +1224,6 @@ Camera constants:
"ranges" : { "white" : 16382 } "ranges" : { "white" : 16382 }
}, },
// Canon Powershot
{ // Quality C, CHDK DNGs, raw frame correction { // Quality C, CHDK DNGs, raw frame correction
"make_model": "Canon PowerShot A3100 IS", "make_model": "Canon PowerShot A3100 IS",
"raw_crop": [ 24, 12, 4032, 3024 ] // full size 4036X3026 "raw_crop": [ 24, 12, 4032, 3024 ] // full size 4036X3026
@@ -1634,8 +1633,8 @@ Camera constants:
"dcraw_matrix": [ 10230, -2768, -1255, -8302, 15900, 2551, -797, 680, 7148 ] // DNG "dcraw_matrix": [ 10230, -2768, -1255, -8302, 15900, 2551, -797, 680, 7148 ] // DNG
}, },
// For all Nikon DSLRs which have multiple bitdepth options (14- and 12-bit) we define the 14-bit value and RT adapts it to 12-bit // For all Nikon DSLRs which have multiple bitdepth options (14- and 12-bit) we define the 14-bit value and RT adapts it to 12-bit
// when a 12-bit bitdepth is detected (WL12 = WL14*4095/16383) // when a 12-bit bitdepth is detected (WL12 = WL14*4095/16383)
{ // Quality B, samples by Johan Thor at RT.Issues, measures at long exposures with LENR are missing { // Quality B, samples by Johan Thor at RT.Issues, measures at long exposures with LENR are missing
// but a safety margin is included - aperture scaling makes no significant difference // but a safety margin is included - aperture scaling makes no significant difference
@@ -2253,8 +2252,7 @@ Camera constants:
"dcraw_matrix": [ 12194, -5340, -1329, -3035, 11394, 1858, -50, 1418, 5219 ] // DNG "dcraw_matrix": [ 12194, -5340, -1329, -3035, 11394, 1858, -50, 1418, 5219 ] // DNG
}, },
// Panasonic DMC-FZ150,G10,G1,G2,G3,G5,GF1,GF2,GF3 are included as overwrites of the same items of rawimage.cc to test the dcraw9.21 patch
// Panasonic DMC-FZ150,G10,G1,G2,G3,G5,GF1,GF2,GF3 are included as overwrites of the same items of rawimage.cc to test the dcraw9.21 patch
{ // Quality A, Replicated from rawimage.cc { // Quality A, Replicated from rawimage.cc
"make_model": [ "Panasonic DMC-G10", "Panasonic DMC-G2" ], "make_model": [ "Panasonic DMC-G10", "Panasonic DMC-G2" ],