On Fri, Jan 25, 2013 at 11:46 AM, Tracy Harms <[email protected]> wrote: > This is primarily a question for Oleg, but I'm posting it here because I'm > hoping for an answer more quickly than he may be able to provide. It is in > regard to one of his pages on the J wiki: > > http://www.jsoftware.com/jwiki/OlegKobchenko/Background%20Removal > > The line I'm looking at is this one: > > S=: |: _10(>./)\|: _10(>./)\ M > > What I'm doubting is the correctness of M, the root value of this noun > phrase. R, created before this sentence, is only used for display. (Shape, > viewwh, and plot are all used to examine R, after which it's ignored.)
I am having a problem understanding your question. M is just raw data read from a file (albeit, with some bits stripped off - but I think that that's an artifact of the file format). R was a reduced size instance of M, for easy viewing. On a fast machine, R might not be necessary? So, anyways, R and S are both derived from M. -- Raul ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
