Re: [darktable-devel] Sensor Profile data for Sony A5100 and Fujifilm HS50EXR (Mat)

2015-05-29 Thread d...@naver.com
Hello Mat, If you can, would yo please give to me another data about the capture of print output of noiseprofile.c .pfm image file which is you used for noise profile gen? Thanks, --

Re: [darktable-devel] Sensor Profile data for Sony A5100 and Fujifilm HS50EXR (Mat)

2015-05-29 Thread d...@naver.com
Hello Mat, If you can, would yo please give to me another data about the capture of print output of noiseprofile.c .pfm image file which is you used for noise profile gen? another thing is do you know what are these mean at your preset.txt? especially, like this {{a,b,c},{d,e,f}} What does mean

[darktable-devel] I have found a bug in noiseprofile.c.

2015-05-30 Thread d...@naver.com
Dear all, I have found a bug in noiseprofile.c. The bug code as following. std[bin][c] += median(llhh+2*begin, end-begin)/0.6745; As you can see, above std[bin][c] does not accumulated. I used printf function to probe as following code. printf("acc_std:%f std:%f cnt:%f bin:%d c:%d \n",std[bin][c

[darktable-devel] Aa bug of noiseprofile.c include a printf function.

2015-05-30 Thread d...@naver.com
Dear all, I have found a bug in noiseprofile.c. The bug code as following. std[bin][c] += median(llhh+2*begin, end-begin)/0.6745; As you can see, above std[bin][c] does not accumulated. I used printf function to probe as following code. printf("acc_std:%f std:%f cnt:%f bin:%d c:%d \n",st

[darktable-devel] How to install darktable-cli in red hat linux 9.x ?

2015-05-30 Thread d...@naver.com
Hi I'm looking for a way to install darktable in red hat linux 9.x. I saw the install page. it was telling me that it's not possible. But I need just darktable-cli for gen-profile. So would you please help me to install darktable-cli in Red Hat Linux 9.x? Thanks --