cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP 19 is here! See the new features at jmp.com/new.
  • Due to global connectivity issues impacting AWS Services, users may experience unexpected errors while attempting to authorize JMP. Please try again later or contact support@jmp.com to be notified once all issues are resolved.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar
hogi
Level XIII

Generate Interpolation points

If I measured some sites on several wafers. What are the options in Jmp to calculate interpolated values across all sites on the wafer?

 

To use Fit model (with By group) and save the fit model as an equation to the table is not accurate enough.

 

I was thinking about some spline fit, linear or gaussian interpolation.

Best: directly via JSL.

 

Alternatively, for a points plot, I can save the fit and the smoother formula.
Is it possible for a contour plot to save the "color" vs. x/y formula?

 

Does Interpolate have a group by option?
Group by - sooo useful!!! how about Interpolate? 

1 ACCEPTED SOLUTION

Accepted Solutions
txnelson
Super User

Re: Generate Interpolation points

I think you might be able to get what you want using the contour map.  You can input your raw XYZ data and then specify the number of contours and then finally output it into a grid of whatever precision you want.

txnelson_0-1701394865245.png

 

Jim

View solution in original post

2 REPLIES 2
txnelson
Super User

Re: Generate Interpolation points

I think you might be able to get what you want using the contour map.  You can input your raw XYZ data and then specify the number of contours and then finally output it into a grid of whatever precision you want.

txnelson_0-1701394865245.png

 

Jim
hogi
Level XIII

Re: Generate Interpolation points

Nice, thanks

I was so focused on GraphBuilder. Interesting that Contour Plot provides more options ...

Recommended Articles