Sorry, I was editing the post as your were reading and also multitasking. Refer to post 551 for the outcome I would like; maybe output one column with coordinates and the other corresponding values. The input is a histogram where all other positions are 0
. The output should also be a truncated set of columns. I only want to select the pixels that are within the subset defined by the conditional statement.
In the case of post 551, I expect to get something like this
85 0.066667
92 0.066667
104 0.066667
106 0.066667
108 0.133333
113 0.133333
114 0.066667
116 0.066667
117 0.066667
124 0.066667
125 0.066667
126 0.066667
128 0.066667
The second thought of 551 is whether we could get a text-based output in-console. I know it can be clumsy but for querying it could be helpful and saves me the stress from having to manage too many floating windows.