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
Expected result: Everything but a diagonal line from lower-left to upper-right getting nulled out.
Actual result: **USER ERROR** Your selected parameters did not trim any data from the cube in main.cpp at 48.
Possible Solution
Looking at the source code, it looks like the LOW and HIGH input parameters are never actually read in; it should be trivial to add them in using whatever the standard syntax is for optional arguments and get everything working, assuming the back-end code functions as expected.
The text was updated successfully, but these errors were encountered:
ISIS version(s) affected: At least 8.0.1, but I think this bug goes back to the very beginning of ISIS3.
Description
The HIGH and LOW parameters of trimfilter don't seem to have any effect
How to reproduce
Expected result: Everything but a diagonal line from lower-left to upper-right getting nulled out.
Actual result:
**USER ERROR** Your selected parameters did not trim any data from the cube in main.cpp at 48.
Workaround to get expected result:
Possible Solution
Looking at the source code, it looks like the LOW and HIGH input parameters are never actually read in; it should be trivial to add them in using whatever the standard syntax is for optional arguments and get everything working, assuming the back-end code functions as expected.
The text was updated successfully, but these errors were encountered: