camconst.json: Added Hasselblad H5D-50c, fixed H5D-40
This commit is contained in:
parent
f4be14a694
commit
c05e9e1acf
@ -1030,12 +1030,17 @@ Quality X: unknown, ie we knowing to little about the camera properties to know
|
|||||||
},
|
},
|
||||||
{ // Quality A
|
{ // Quality A
|
||||||
"make_model": [ "Hasselblad H4D-40", "Hasselblad H5D-40" ],
|
"make_model": [ "Hasselblad H4D-40", "Hasselblad H5D-40" ],
|
||||||
"dcraw_matrix": [ 9662, -684, -279, -4903, 12293, 2950, -344, 1669, 6024 ] // borrowed from Adobe's DNG converter
|
"dcraw_matrix": [ 6159, -1402, -177, -5439, 12762, 3007, -955, 2200, 7104 ] // borrowed from Adobe's DNG converter
|
||||||
},
|
},
|
||||||
{ // Quality A for tested H4D-60, the other models have the same sensor
|
{ // Quality A for tested H4D-60, the other models have the same sensor
|
||||||
"make_model": [ "Hasselblad H4D-60", "Hasselblad H5D-60" ],
|
"make_model": [ "Hasselblad H4D-60", "Hasselblad H5D-60" ],
|
||||||
"dcraw_matrix": [ 9662, -684, -279, -4903, 12293, 2950, -344, 1669, 6024 ] // borrowed from Adobe's DNG converter
|
"dcraw_matrix": [ 9662, -684, -279, -4903, 12293, 2950, -344, 1669, 6024 ] // borrowed from Adobe's DNG converter
|
||||||
},
|
},
|
||||||
|
{ // Quality A
|
||||||
|
"make_model": "Hasselblad H5D-50c",
|
||||||
|
"dcraw_matrix": [ 4932, -835, 141, -4878, 11868, 3437, -1138, 1961, 7067 ],
|
||||||
|
"raw_crop": [ 48, 96, 8280, 6208 ]
|
||||||
|
},
|
||||||
|
|
||||||
// dummy test entry to test the parser and show the format with all entries active
|
// dummy test entry to test the parser and show the format with all entries active
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user