Noise profile for Canon EOS Rebel T6i

Hi all! I’m in the process of developing noise profiles for the camera I use (EOS Rebel T6i). I generated the profile just fine, but I’m having the same problem as the one discussed here: YI M1 Noise Profile. Namely, after generating the profile, I tried starting darktable with the noise profile but it wasn’t recognized. Looking through the exif data, I tried changing the model to “Canon EOS Rebel T6i” from the default of “EOS Rebel T6i” since that is what was reported in the raw file, but to no avail. Here are the contents of presets.json:

{
  "version": 0,
  "noiseprofiles": [
    {
      "maker": "Canon",
      "models": [
        {
          "comment": "eos rebel t6i contributed by chiraag",
          "model": "Canon EOS Rebel T6i",
          "profiles": [
            {"name": "Canon EOS Rebel T6i iso 100", "iso": 100, "a": [1.05621053814699e-05, 4.07124187587104e-06, 7.18446783465173e-06], "b": [3.58855309933477e-08, 3.50162986145328e-08, 3.53496202736883e-08]}
          ]
        }
      ]
    }
  ]
}

Any help would be appreciated! :slight_smile:

Fixed. The alias is Canon EOS 750D apparently (found out by filtering by “camera” in the Collections module).

1 Like