On 8/31/2010 10:35 PM, P Kishor wrote: > > With the help of ngood(), I know that my $pdl has 6766 good values. I > printed out the unique values, and I have 28 unique good values (btw, > is there a PDL method that returns the unique values in a piddle? > Kinda like ngoodover() and ngood(), but instead of the number of good > values, returns the actual good values?).
I suggest that you familiarize yourself with (and use) the on-line help and apropos commands available in either PDL shell: perldl or pdl2. E.g., try 'apropos unique'. --Chris _______________________________________________ Perldl mailing list [email protected] http://mailman.jach.hawaii.edu/mailman/listinfo/perldl
