Problem 909. Image Processing 003: Interferometer Data Interpolation
This Challenge is to correct a 2-D Interferometer data set for drop-outs.
Interferometer data is notorious for drop-outs which result in values of zero.
Examples of Pre and Post WFE drop-out correction:
surf layed flat
3-D surf
Challenge WFE :Pre Drop-Out insertion
Input:
2-D square array representing surface z-values(NaNs in WFE array)
Corrupted data points(Drop-Outs) are represented by having the value 0.000
Output:
same size 2-D square array as input with Drop-Outs corrected, approximately.
Hint:
TriScatteredInterp allows for interpolation onto a grid given a non-grid set of (x,y,z) points.
Follow-Up: Re-sampling to a grid, Convolving with an Optical Transfer Function and finally Calculating MTF
Solution Stats
Problem Comments
-
3 Comments
Why is so little information provided? This could be interesting, but is only obscure. What are MTF and WFE?
Error downloading URL.
I've posted the solution as a comment after some hacking since the url is not working...currently the function used is the scatteredInterpolant.
George, WFE means WaveFront Error and MTF means Modulation Transfer Function.
Solution Comments
Show commentsProblem Recent Solvers0
Suggested Problems
More from this Author308
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!