File: listcams.sh

package info (click to toggle)
darktable 5.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 64,644 kB
  • sloc: ansic: 367,957; cpp: 102,838; xml: 20,091; lisp: 15,092; sh: 3,767; javascript: 3,264; perl: 1,925; python: 1,551; ruby: 975; makefile: 543; asm: 46; sql: 38; awk: 21
file content (5 lines) | stat: -rwxr-xr-x 322 bytes parent folder | download | duplicates (4)
1
2
3
4
5
#!/bin/bash

# TODO: extract basecurves, color matrices etc and create a complete html table for the web:
echo "cameras with profiled presets for denoising:"
grep '"model"' < data/noiseprofiles.json | sed 's/.*"model"[ \t]*:[ \t]*"\([^"]*\).*/\1/' | tr "[:upper:]" "[:lower:]" | sort | sed 's/$/<\/li>/' | sed 's/^/<li>/'