mirror of
https://github.com/SatDump/SatDump
synced 2026-08-13 17:47:30 -04:00
Retune M22 a bit
This commit is contained in:
parent
e9545598c9
commit
cbfbc400a5
5 changed files with 35 additions and 8 deletions
|
|
@ -66,8 +66,8 @@ int main(int argc, char *argv[])
|
|||
std::vector<satdump::projection::GCP> gcps = satdump::gcp_compute::compute_gcps(img_pro.get_proj_cfg(), img_pro.get_tle(), img_pro.get_timestamps());
|
||||
|
||||
satdump::ImageCompositeCfg rgb_cfg;
|
||||
rgb_cfg.equation = "(ch3 * 0.4 + ch2 * 0.6) * 2.2 - 0.15, ch2 * 2.2 - 0.15, ch1 * 2.2 - 0.15";
|
||||
rgb_cfg.equalize = false;
|
||||
rgb_cfg.equation = "ch3,ch2,ch1"; //"(ch3 * 0.4 + ch2 * 0.6) * 2.2 - 0.15, ch2 * 2.2 - 0.15, ch1 * 2.2 - 0.15";
|
||||
rgb_cfg.equalize = true;
|
||||
|
||||
satdump::warp::WarpOperation operation;
|
||||
operation.ground_control_points = gcps;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue