mirror of
https://github.com/SatDump/SatDump
synced 2026-08-13 17:47:30 -04:00
Fix AMSU always saving as png
This commit is contained in:
parent
fdbde695c3
commit
baa7a0eccd
1 changed files with 1 additions and 1 deletions
|
|
@ -422,7 +422,7 @@ namespace metop
|
|||
amsu_products.set_proj_cfg(loadJsonFile(resources::getResourcePath("projections_settings/metop_abc_amsu.json")));
|
||||
|
||||
for (int i = 0; i < 15; i++)
|
||||
amsu_products.images.push_back({"AMSU-A-" + std::to_string(i + 1) + ".png", std::to_string(i + 1), amsu_reader.getChannel(i), i < 2 ? amsu_reader.timestamps_A2 : amsu_reader.timestamps_A1});
|
||||
amsu_products.images.push_back({"AMSU-A-" + std::to_string(i + 1), std::to_string(i + 1), amsu_reader.getChannel(i), i < 2 ? amsu_reader.timestamps_A2 : amsu_reader.timestamps_A1});
|
||||
|
||||
// calib
|
||||
nlohmann::json calib_coefs = loadJsonFile(resources::getResourcePath("calibration/AMSU-A.json"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue