Re: "Correct" Data Philosophy [message #69202 is a reply to message #69024] |
Fri, 18 December 2009 01:35   |
lecacheux.alain
Messages: 325 Registered: January 2008
|
Senior Member |
|
|
On 18 déc, 00:36, David Fanning <n...@dfanning.com> wrote:
> Kenneth P. Bowman writes:
>> IDL does a number of different kinds of interpolation. For the
>> basics you can look in my book. The chapter on interpolation
>> happens to be the sample chapter that is posted on my web site
>
>> http://csrp.tamu.edu/pdf/idl/sample_chapter.pdf
>
> I have the book. I'll have a look. Thanks. :-)
>
> Cheers,
>
> David
>
Regarding interpolation, a summary rule might be the following:
Interpolation is deeply related to sampling; if your function is
sampled
in a Shannon compliant way, you CAN always interpolate (the cubic
spline
being then an excellent approximate of the ideal interpolating
function).
If it is not, you CANNOT do anything.
More generally, your ability to "correct" an image depends on whether
or not you can
get a sufficient knowledge of its statistics. For example, the "bad
pixel" problem
in CCD images, means that you implicitely assume that the pixel
distribution in the image
cannot contain such an outlier: then you know how you can set a
threshold or build
an adapted filter. IDL contains most of the tools needed for that.
But if you have no idea of your data statistics, neither IDL, Matlab
nor anything else
will be able to help you...
alx.
|
|
|