Tabulation of a 2D wave subrange
In working with 2D waves I would like to tabulate only a range of values found within a given 2D wave.
Edit does not seem to allow display of ranges, nor hiding of columns or rows.I wonder how to go about that. All options I can think off require a bit of cut and stitching, such as using
duplicate, splitwave and concatenate.I am not sure how
Extract would work, since the expression to be logically evaluated would required indicating multiple ranges in both dimensions.But since I only really need is a table, and I would like to avoid clustering with otherwise unnecessary waves, I was wondering if there could be a smarter way to do this, not so convoluted.
Cheers,
R.
In case you need to do a calculation that imagestats doesn't handle, provides a more general way to work with subranges from multidimensional waves. See for example its "subRange" function.
February 19, 2018 at 11:20 am - Permalink
February 19, 2018 at 11:34 am - Permalink
It has been some time since I last looked at my code, and totally forgot about MatrixOP as I did not use it so often.
So yes, MatrixOP seems to be a good way to go!
Cheers,
R.
February 19, 2018 at 03:13 pm - Permalink