You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After testing, this was due to the complete lack of feedback from the application, which was very misleading to the end user. To solve this issue, we need to add the following features to the data-cleaning executable:
When starting, the program should display "Reading georeferenced data from standard input" on the standard error output (stderr....it can either use classic C's fprintf() function or C++'s std::cerr)
When not passing any parameters through the command line, it should exit and display a small usage information notice on the standard error output such as:
glabmoris
changed the title
Datacleaning does not work on 20170529_111858_VWFS Deneb_PDS.s7k
Datacleaning example does not provide adequate user feedback nor usage information
Jul 22, 2021
No output from the data cleaning [when used on 20170529_111858_VWFS Deneb_PDS.s7k]
The text was updated successfully, but these errors were encountered: