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

0.0% Correct | 100.0% Incorrect
Last Solution submitted on Mar 08, 2024

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers0

No solvers yet, be the first player to solve this problem.

Suggested Problems

More from this Author294

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!