Update of /cvsroot/ufraw/ufraw In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv19564
Modified Files: Tag: dcraw-original-branch dcraw.cc Log Message: dcraw original 9.01 (1.434). Index: dcraw.cc =================================================================== RCS file: /cvsroot/ufraw/ufraw/dcraw.cc,v retrieving revision 1.1.2.103 retrieving revision 1.1.2.104 diff -u -d -r1.1.2.103 -r1.1.2.104 --- dcraw.cc 30 May 2010 01:35:11 -0000 1.1.2.103 +++ dcraw.cc 31 May 2010 14:20:14 -0000 1.1.2.104 @@ -23,7 +23,7 @@ $Date$ */ -#define VERSION "9.00" +#define VERSION "9.01" #ifndef _GNU_SOURCE #define _GNU_SOURCE @@ -3839,7 +3839,7 @@ "Interpolation using a Threshold-based variable number of gradients" - described in http://scien.stanford.edu/class/psych221/projects/99/tingchen/algodep/vargra.html + described in http://scien.stanford.edu/pages/labsite/1999/psych221/projects/99/tingchen/algodep/vargra.html I've extended the basic idea to work with non-Bayer filter arrays. Gradients are numbered clockwise from NW=0 to W=7. @@ -6501,7 +6501,11 @@ { "SONY DSLR-A850", 128, 0, { 5413,-1162,-365,-5665,13098,2866,-608,1179,8440 } }, { "SONY DSLR-A900", 128, 0, - { 5209,-1072,-397,-8845,16120,2919,-1618,1803,8654 } } + { 5209,-1072,-397,-8845,16120,2919,-1618,1803,8654 } }, + { "SONY NEX-3", 138, 0, /* DJC */ + { 6907,-1256,-645,-4940,12621,2320,-1710,2581,6230 } }, + { "SONY NEX-5", 116, 0, /* DJC */ + { 6807,-1350,-342,-4216,11649,2567,-1089,2001,6420 } } }; double cam_xyz[4][3]; char name[130]; ------------------------------------------------------------------------------ _______________________________________________ ufraw-cvs mailing list ufraw-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ufraw-cvs