Skip to content

adobe_coeff: Canon EOS 90D and 850D #8962

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 15, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/external/adobe_coeff.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ static void dt_dcraw_adobe_coeff(const char *name, float cam_xyz[1][12])
{ "Canon EOS 70D", { 7034,-804,-1014,-4420,12564,2058,-851,1994,5758 } },
{ "Canon EOS 77D", { 7377,-742,-998,-4235,11981,2549,-673,1918,5538 } },
{ "Canon EOS 80D", { 7457,-671,-937,-4849,12495,2643,-1213,2354,5492 } },
{ "Canon EOS 90D", { 11498,-3759,-1516,-5073,12954,2349,-892,1867,6118 } },
{ "Canon EOS 100D", { 6602,-841,-939,-4472,12458,2247,-975,2039,6148 } },
{ "Canon EOS 200D", { 7377,-742,-998,-4235,11981,2549,-673,1918,5538 } },
{ "Canon EOS 300D", { 8197,-2000,-1118,-6714,14335,2592,-2536,3178,8266 } },
Expand All @@ -60,6 +61,7 @@ static void dt_dcraw_adobe_coeff(const char *name, float cam_xyz[1][12])
{ "Canon EOS 750D", { 6362,-823,-847,-4426,12109,2616,-743,1857,5635 } },
{ "Canon EOS 760D", { 6362,-823,-847,-4426,12109,2616,-743,1857,5635 } },
{ "Canon EOS 800D", { 6970,-512,-968,-4425,12161,2553,-739,1982,5601 } },
{ "Canon EOS 850D", { 9079,-1923,-1236,-4677,12454,2492,-922,2319,5565 } },
{ "Canon EOS 1000D", { 6771,-1139,-977,-7818,15123,2928,-1244,1437,7533 } },
{ "Canon EOS 1100D", { 6444,-904,-893,-4563,12308,2535,-903,2016,6728 } },
{ "Canon EOS 1200D", { 6461,-907,-882,-4300,12184,2378,-819,1944,5931 } },
Expand Down