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
Possible Solution
Test the returned value against ISIS::NULL when hist gets the stats. Print N/A instead of -1.79769e+308. It is an edge case, but we should not print a legal looking number when the return is trying to tell the programmer there is a problem.
Additional context
The text was updated successfully, but these errors were encountered:
Not sure if this is a bug or enhancement, but I'm just going with enhancement as the program is correctly ignoring special pixels, it just returns the double value of ISIS:null instead of a more user friendly output when there are no valid pixels.
I am a bot that cleans up old issues that do not have activity.
This issue has not received feedback in the last six months. I am going to add the inactive label to
this issue. If this is still a pertinent issue, please add a comment or add an emoji to an existing comment.
I will post again in five months with another reminder and will close this issue on it's birthday unless it has
some activity.
All versions
Description
The application "hist" outputs valid looking statistics when the input cube is full of special pixels.
How to reproduce
Possible Solution
Test the returned value against ISIS::NULL when hist gets the stats. Print N/A instead of -1.79769e+308. It is an edge case, but we should not print a legal looking number when the return is trying to tell the programmer there is a problem.
Additional context
The text was updated successfully, but these errors were encountered: