mirror of
https://github.com/SatDump/SatDump
synced 2026-08-13 17:47:30 -04:00
New UI improvements
This commit is contained in:
parent
c7c90cc32d
commit
6573ec7d3b
11 changed files with 48 additions and 7 deletions
|
|
@ -43,6 +43,8 @@ namespace satdump
|
|||
|
||||
void OffProcessingHandler::process(pipeline::Pipeline downlink_pipeline, std::string input_level, std::string input_file, std::string output_file, nlohmann::json parameters)
|
||||
{
|
||||
pipeline_name = downlink_pipeline.name;
|
||||
|
||||
logger->info("Starting processing pipeline " + downlink_pipeline.id + "...");
|
||||
logger->debug("Input file (" + input_level + ") : " + input_file);
|
||||
logger->debug("Output file : " + output_file);
|
||||
|
|
@ -75,6 +77,8 @@ namespace satdump
|
|||
explorer_app->tryOpenFileInExplorer(output_file + "/dataset.json"); // TODOREWORK Maybe just try to open the final file produced?
|
||||
}
|
||||
}
|
||||
|
||||
pipeline_name = "PROCESSING_DONE"; // TODOREWORK MASSIVE HACK!
|
||||
}
|
||||
|
||||
void OffProcessingHandler::drawMenu() {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue