Sorry to post so much to the list, if you even got my last e-mail...

$image->rvals() is giving me exactly one bad value in a 256 by 256
array taken from an image.  $image->slice('0,0') gives -32768... which
makes me think it took the opposite instead of the square root.  Also,
$image->rvals gives me all integers, no decimals, while $zero=zeroes
256,256, for example, gives real numbers, and none of them are
negative or weird.  I'm mostly able to work around the problem using
rvals($image->dim(0),$image->dim(1)), but should I worry that my pdl
is all integers?

Thanks,
Adam

_______________________________________________
Perldl mailing list
[email protected]
http://mailman.jach.hawaii.edu/mailman/listinfo/perldl

Reply via email to