Line feed normalization (DOS); added Leaf Credo 40/60/80

This commit is contained in:
torger
2014-06-12 15:27:20 +02:00
parent 0b57619f62
commit 7d981c4a0a

View File

@@ -871,12 +871,12 @@ Quality X: unknown, ie we knowing to little about the camera properties to know
and white level is typically at or close to 65535. However sensors vary a bit and can be noisy around clip
so we cut away 0.05 stop from top down to 63300 to be a bit conservative. */
{ // quality A
"make_model": [ "Phase One P40+", "Phase One IQ140", "Phase One P65+", "Phase One IQ160", "Phase One IQ260" ],
"make_model": [ "Phase One P40+", "Phase One IQ140", "Leaf Credo 40", "Phase One P65+", "Phase One IQ160", "Leaf Credo 60", "Phase One IQ260" ],
"dcraw_matrix": [ 8035,435,-962,-6001,13872,2320,-1159,3065,5434 ],
"ranges": { "black": 0, "white": 63300 }
},
{ // quality A
"make_model": [ "Phase One IQ180", "Phase One IQ280" ],
"make_model": [ "Phase One IQ180", "Leaf Credo 80", "Phase One IQ280" ],
"dcraw_matrix": [ 6294,686,-712,-5435,13417,2211,-1006,2435,5042 ],
"ranges": { "black": 0, "white": 63300 }
},