Forgot Password
Pentax Camera Forums Home
 

Reply
Show Printable Version Search this Thread
09-18-2018, 04:07 PM - 1 Like   #1
Pentaxian




Join Date: Sep 2011
Location: Nelson B.C.
Posts: 3,782
Darktable K1 Mark II noise profile

GitHub - derekkite/k1mark2darktable

If you are using Darktable with the K1 Mark II here is a noise profile. Take a look and see if it works. There are multiple profiles for lower isos, I'm looking for something that doesn't over smooth.

EDIT: Oops, having trouble uploading it. Will update.

EDIT again. The presets.json is available


Last edited by derekkite; 09-18-2018 at 08:52 PM.
09-20-2018, 04:59 AM   #2
chm
New Member




Join Date: Oct 2015
Posts: 7
Can this file be installed in darktable? Or is better to wait for oficial support in a new DT release?
09-20-2018, 07:42 AM - 1 Like   #3
Pentaxian




Join Date: Sep 2011
Location: Nelson B.C.
Posts: 3,782
Original Poster
You can run darktable with these presets like this:

darktable --noiseprofiles path/to/presets.json

I would like to get some feedback on the presets. Some of the iso's have a few to select from, some more aggressive than others.
09-20-2018, 12:25 PM   #4
chm
New Member




Join Date: Oct 2015
Posts: 7
I had done that, but I get an error, I assumed I was doing something wrong...

It says:

$ darktable --noiseprofiles '/home/chema/Escritorio/presets.json'
[noiseprofile] error: parsing json from `/home/chema/Escritorio/presets.json' failed
/home/chema/Escritorio/presets.json:7:1: Error al analizar: unexpected character `<', expected value

09-20-2018, 08:30 PM - 1 Like   #5
Pentaxian




Join Date: Sep 2011
Location: Nelson B.C.
Posts: 3,782
Original Poster
How did you get the file? There are two ways. One is to clone the repository, the other is to select the presets.json on the web page, click the raw button, them right click save-as save the file.
09-20-2018, 09:35 PM   #6
Site Supporter
Site Supporter




Join Date: Mar 2008
Location: Prince George, BC
Photos: Gallery | Albums
Posts: 3,546
I think it is merely a syntax mistake, Derek. Lose the single quotes around the file name and it should work.
09-20-2018, 09:46 PM - 1 Like   #7
Pentaxian




Join Date: Sep 2011
Location: Nelson B.C.
Posts: 3,782
Original Poster
There is no < in the json. I suspect the html was saved. You have to save the raw file to get valid json.

09-21-2018, 12:28 AM   #8
chm
New Member




Join Date: Oct 2015
Posts: 7
Solved! you nailed it! it was the html that I was saving! Thanks!

But now there's another issue , I can't make it to work. If I open a raw file from another camera (k5) in the Noise reduction (profiled) module
it founds the ISO of the pic. But if I open a K1mkII dng raw file there's no option to select the ISO of the pic, only Poisson distribution, any ideas?
09-21-2018, 06:34 AM - 1 Like   #9
Pentaxian




Join Date: Sep 2011
Location: Nelson B.C.
Posts: 3,782
Original Poster
QuoteOriginally posted by chm Quote
Solved! you nailed it! it was the html that I was saving! Thanks!

But now there's another issue , I can't make it to work. If I open a raw file from another camera (k5) in the Noise reduction (profiled) module
it founds the ISO of the pic. But if I open a K1mkII dng raw file there's no option to select the ISO of the pic, only Poisson distribution, any ideas?
Can you copy and paste the command line that you are running?
09-21-2018, 07:25 AM   #10
chm
New Member




Join Date: Oct 2015
Posts: 7
QuoteOriginally posted by derekkite Quote
Can you copy and paste the command line that you are running?
I ran darktable --noiseprofiles '/home/chema/Escritorio/presets.json' to "import" the profile, it worked with the newly downloaded presets,json . At least it exited without errors

I run darktable from the menu (In linux mint) or from command line with a simple 'darktable' without further parameters and exists without errors


darktable --version output is

$ darktable --version
this is darktable 2.4.4
copyright (c) 2009-2018 johannes hanika
darktable-dev@lists.darktable.org

compile options:
bit depth is 64 bit
normal build
SSE2 optimized codepath enabled
OpenMP support enabled
OpenCL support enabled
Lua support enabled, API version 5.0.0
Colord support enabled
gPhoto2 support enabled
GraphicsMagick support enabled
OpenEXR support enabled

uname -a output:
$ uname -a
Linux Despacho 4.13.0-39-generic #44~16.04.1-Ubuntu SMP Thu Apr 5 16:43:10 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux


Attached a couple of screen captures, one from a K5 dng file showing profile for ISO 80 and the other (bigger one ) from a dng file from K1 mk II with no options available
Attached Images
   

Last edited by chm; 09-21-2018 at 07:46 AM. Reason: Add screen captures
09-21-2018, 07:57 AM - 1 Like   #11
Pentaxian




Join Date: Sep 2011
Location: Nelson B.C.
Posts: 3,782
Original Poster
darktable --noiseprofiles /home/derek/Pictures/2018/k1m2/presets.json

Try without the ticks.
09-21-2018, 10:58 PM   #12
chm
New Member




Join Date: Oct 2015
Posts: 7
Already had tried with no ticks,
~ $ darktable --noiseprofiles /home/chema/Escritorio/presets.json
same result, no options in the profiled noise module

Last edited by chm; 09-22-2018 at 11:05 AM.
09-22-2018, 11:05 AM   #13
chm
New Member




Join Date: Oct 2015
Posts: 7
Also tried reinstalling Darktable and deleting ~/.config/darktable, with no luck
09-22-2018, 05:15 PM - 1 Like   #14
Pentaxian




Join Date: Sep 2011
Location: Nelson B.C.
Posts: 3,782
Original Poster
I'm running a build from github. Let me try installing from debian to see if it works.

Later: It didn't work here with the debian darktable install. Let me find a workaround.

More: The maker field in v 2.4.x is different from v2.5.x I'll create a presets.json file for earlier versions.

Finally: It looks like you need to build from master or get the latest build from here https://software.opensuse.org/download.html?project=graphics:darktable:master&package=darktable

Then run with noiseprofiles

Last edited by derekkite; 09-22-2018 at 09:05 PM.
09-23-2018, 02:06 AM   #15
chm
New Member




Join Date: Oct 2015
Posts: 7
Now it works!! That was it! Thank you very much!
Haven't tested a lot yet, but it works and does its magic with noise (although we all know it's difficult to find noise in K1mkII images .... )
Reply

Bookmarks
  • Submit Thread to Facebook Facebook
  • Submit Thread to Twitter Twitter
  • Submit Thread to Digg Digg
Tags - Make this thread easier to find by adding keywords to it!
darktable, darktable k1 mark, dslr, full frame, full-frame, ii, k-1, k1, k1 mark ii, mark, mark ii noise, noise, pentax k-1, profile
Thread Tools Search this Thread
Search this Thread:

Advanced Search


Similar Threads
Thread Thread Starter Forum Replies Last Post
Pentax K1 Mark II review OoKU Pentax K-1 & K-1 II 52 09-19-2018 10:20 AM
Pentax K-1 Mark II accelerator unit vs. denoise filters in Darktable tax Pentax K-1 & K-1 II 20 09-03-2018 06:09 AM
Mark I vs Mark II ISO Comparison Plus Files SirTomster Pentax K-1 & K-1 II 64 07-31-2018 01:06 PM
K-3 upgrade to "Mark I" or Mark II neal_grillot Pentax K-1 & K-1 II 20 06-01-2018 02:25 AM
Darktable is getting profiled noise reduction elliott Digital Processing, Software, and Printing 21 02-10-2014 06:48 PM



All times are GMT -7. The time now is 08:07 PM. | See also: NikonForums.com, CanonForums.com part of our network of photo forums!
  • Red (Default)
  • Green
  • Gray
  • Dark
  • Dark Yellow
  • Dark Blue
  • Old Red
  • Old Green
  • Old Gray
  • Dial-Up Style
Hello! It's great to see you back on the forum! Have you considered joining the community?
register
Creating a FREE ACCOUNT takes under a minute, removes ads, and lets you post! [Dismiss]
Top