mirror of
https://github.com/SatDump/SatDump
synced 2026-08-13 17:47:30 -04:00
Oops
This commit is contained in:
parent
f6ceea5c3f
commit
a27cfc1342
4 changed files with 14 additions and 8 deletions
|
|
@ -37,10 +37,10 @@ int main(int /*argc*/, char *argv[])
|
|||
// rgb_cfg.equation = "(chb - 0.6)*4";
|
||||
// rgb_cfg.equation = "(chb - 0.65)*5";
|
||||
rgb_cfg.lua = "scripted_compos/underlay_with_clouds.lua";
|
||||
rgb_cfg.channels = "ch4";
|
||||
rgb_cfg.lua_vars["minoffset"] = 0.5;
|
||||
rgb_cfg.channels = "chb";
|
||||
rgb_cfg.lua_vars["minoffset"] = 0.32;
|
||||
rgb_cfg.lua_vars["scalar"] = 4.0;
|
||||
rgb_cfg.lua_vars["thresold"] = 0;
|
||||
rgb_cfg.lua_vars["thresold"] = 0.00;
|
||||
|
||||
auto input_image = satdump::make_composite_from_product(img_pro, rgb_cfg, nullptr);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue