Re: [darktable-devel] [Darktable-users] Starting a lua script

2015-05-26 Thread Matthias Bodenbinder
Am 26.05.2015 um 17:01 schrieb Matthias Bodenbinder: > Am 26.05.2015 um 09:04 schrieb David Vincent-Jones: >> Thank you Matthias; a very useful script ... >> >> Could you pleas give me a little more instruction: Where should I locate the >> script and what should the command line look like. >> I h

[darktable-devel] Regarding estimate standard deviation

2015-05-26 Thread Carter
Hi. I think , in noiseprofile.c, You used the MAD for estimate noise by robustic statics.As I know, typically, the MAD is used to remove outlier of data for robustic statics.I wonder where is estimate part of your code?Although you look this is too dummy question, please let me know.

Re: [darktable-devel] [Darktable-users] Starting a lua script

2015-05-26 Thread Matthias Bodenbinder
Am 26.05.2015 um 09:04 schrieb David Vincent-Jones: > Thank you Matthias; a very useful script ... > > Could you pleas give me a little more instruction: Where should I locate the > script and what should the command line look like. > I have tried to run from the command line and only had failure

Re: [darktable-devel] lua script to print contact sheets

2015-05-26 Thread jeremy rosen
Hey everybody attached is my version of the lua script to generate thumbnails. I post it mainly to show how the DT integration works it's definitely not finished and can be greately improved. To install, add the file in /lua then create a file /luarc with a single line in it 'require "selection_

Re: [darktable-devel] [Darktable-users] Starting a lua script

2015-05-26 Thread David Vincent-Jones
On Monday, May 25, 2015 22:22 Matthias Bodenbinder wrote: > Am 25.05.2015 um 21:39 schrieb David Vincent-Jones: > > On Monday, May 25, 2015 19:28 you wrote: > >> I don't know that script, could you attach it ? > > > > The script was offered yesterday on the 'devel' lists > > > >> where exactly di