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
Even when <table> is provided after -D for grdhisteq, the output still gets sent to standard output. Should the docs or code be updated? This is the current description in the usage message:
-D[<table>]
Dump level information to <table> or standard output if not given.
Hm, can confirm what you say. Not sure why the table file is not used - will need to debug. It is an old module that Walter wrote that probably should be refactored so that output can happen in the main and not hidden inside a function that does the computation (this all predates the API).
See #5785 for background. Now the lower functions returns the cell boundaries and we properly create a dataset that is written to the file or stdout. Closes#5785.
See #5785 for background. Now the lower functions returns the cell boundaries and we properly create a dataset that is written to the file or stdout. Closes#5785.
Description of the problem
Even when
<table>
is provided after -D for grdhisteq, the output still gets sent to standard output. Should the docs or code be updated? This is the current description in the usage message:Full script that generated the error
Actual outcome
Result written to standard output.
Expected outcome
Result written to test.txt
System information
gmt --version
): 6.3The text was updated successfully, but these errors were encountered: