Re: [Elphel-support] questions from elphel_dng.c

2012-10-14 Thread support-list
Venkat, I'm not the author of that program, but yes - it seems to convert the file and save it as Tiff. I'm not sure if it process metadata needed for the correct convertion (our ImageJ plugin un-applies all processing between the raw pixels and the camera output (i.e. sensor internal analog ga

[Elphel-support] questions from elphel_dng.c

2012-10-14 Thread Venkat Subbiah
In elphel_dng.c file I see a reference to a gamma file, what is the purpose of this file? if ((gam = atof(argv[1])) <= 0) { fprintf (stderr, "Gamma must be positive!\n"); return 1; } -- First w