dcd <[email protected]> wrote: > I'll look into scripting through Bash, although I'm not sure (initially) how > I might derive statistical measures that I'm interested in (e.g., cv, > std.dev), without creating a large amount > of temp layers to hold intermediary results. Oh well, perhaps I should go > back to R for this task. >
You can accumulate the temporary results into the same image or delete the temporary images as you go. The algorithm is exactly the same as you would use when computing the mean or the variance of a list of real numbers. "Just" replace the variable names you would use with file names and the arithmetic operations with the appropriate BandMath call. Jordi -- -- Check the OTB FAQ at http://www.orfeo-toolbox.org/FAQ.html You received this message because you are subscribed to the Google Groups "otb-users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/otb-users?hl=en --- You received this message because you are subscribed to the Google Groups "otb-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
