![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
Go to the source code of this file.
Namespaces | |
| namespace | fit_agx_ladder |
Functions | |
| fit_agx_ladder.run (flags) | |
| fit_agx_ladder.parse_params (out) | |
| fit_agx_ladder.patch_shipped (text, name, fit, ins, iro, outs, oro) | |
| fit_agx_ladder.patch_c (text, vnum, ins, iro, outs, oro) | |
| fit_agx_ladder.main () | |
Variables | |
| float | fit_agx_ladder.AB_STAB = 70.0 |
| float | fit_agx_ladder.AB_LEVEL = 10.0 |
| float | fit_agx_ladder.BLEACH_NUGDE = 0.5 |
| fit_agx_ladder.ROOT = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) | |
| fit_agx_ladder.PY = os.path.join(ROOT, "tools", "derive_filmic_agx_primaries.py") | |
| fit_agx_ladder.C = os.path.join(ROOT, "src", "iop", "filmicrgb.c") | |
| list | fit_agx_ladder.DERIVE = [sys.executable, "-u", PY] |
| list | fit_agx_ladder.STEPS |