Test MetOp

This commit is contained in:
Aang23 2023-10-12 23:58:19 +02:00
parent 046ea9d670
commit f64656dcfc
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
{
"type": "normal_single_line_old",
"scan_angle": 110.6,
"roll_offset": -0.13,
"roll_offset": -0.03, //-0.13,
"timestamp_offset": -0.1,
"image_width": 2048,
"gcp_spacing_x": 100,

View file

@ -56,7 +56,7 @@ int main(int /*argc*/, char *argv[])
printf("\n%s\n", img_pro.contents.dump(4).c_str());
satdump::ImageCompositeCfg rgb_cfg;
rgb_cfg.equation = "ch2,ch2,ch1"; //"(ch7421+ch7422+ch7423+ch7242)/4";
rgb_cfg.equation = "ch4"; //"(ch7421+ch7422+ch7423+ch7242)/4";
// rgb_cfg.equation = "1-ch37";
// rgb_cfg.equation = "1-ch33,1-ch34,1-ch35"; //"(ch3 * 0.4 + ch2 * 0.6) * 2.2 - 0.15, ch2 * 2.2 - 0.15, ch1 * 2.2 - 0.15";
rgb_cfg.individual_equalize = true;