mirror of
https://github.com/SatDump/SatDump
synced 2026-08-13 17:47:30 -04:00
Oops
This commit is contained in:
parent
0309810cac
commit
f720061878
1 changed files with 2 additions and 2 deletions
|
|
@ -157,8 +157,8 @@ namespace tubin
|
|||
img_color.save_png(directory + "/TUBIN_DEBAYER_RGB.png");
|
||||
|
||||
logger->info("----------- TUBIN Vis");
|
||||
logger->info("Width : " + std::to_string(image.width() / 2));
|
||||
logger->info("Height : " + std::to_string(image.height() / 2));
|
||||
logger->info("Width : " + std::to_string(image.width()));
|
||||
logger->info("Height : " + std::to_string(image.height()));
|
||||
|
||||
satdump::ImageProducts tubin_products;
|
||||
tubin_products.instrument_name = "tubin_vis";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue