On Sun, 01 Jul 2018 15:10:31 +0100 Tim Rolph <[email protected]> wrote:
> have a look at the 3 attached screen captures. I think they show > it clearly. Indeed, it works for you. I tried using *your* reference file from http://www.colorreference.de/targets/R090405.zip Same result. Then I checked the console output of darktable-chart and it reports: error with the IT8 file, can't find sample `J01' The problem is that in the reference file the single digit numbers don't have a leading zero, whereas the it8.cht file (from argyll 2.0.0) requires a leading zero: awk '/J0*1 /{print $1}' R123456.txt /usr/share/color/argyll/ref/it8.cht J1 J01 I fixed this with sed -i 's/^\([A-Z][A-Z]*\)\([0-9]\) /\10\2/' R123456.txt Then also the txt extension was recognised. So the problem was a leasing zero mismatch. It's working now. Thanks for the quick response. It encouraged me to investigate. Marco ____________________________________________________________________________ darktable user mailing list to unsubscribe send a mail to [email protected]
