mirror of
https://github.com/SatDump/SatDump
synced 2026-08-13 17:47:30 -04:00
Test MetOp
This commit is contained in:
parent
046ea9d670
commit
f64656dcfc
2 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue