09-27-2007 10:56 AM
09-28-2007 10:50 AM
09-28-2007 11:14 AM
09-28-2007 01:49 PM
09-28-2007 02:04 PM
09-28-2007 03:24 PM
I assume that you have a model equation for the radial distribution using a few parameters P(i). So what you really need to do is a 2D fit of of your image with (xcenter, y-center, and P(i)) as parameters and with the initial estimates at reasonable values (e.g. the center coordinates from what you do now). This does not need any smoothing of the data, which again could skew the results.
This would be trivial to implement in LabVIEW 8+ using the new nonlinear fitting routines. (I actually presented an example of a 2D fit at NI week). It is much more difficult in 7.0, but I have written some routines that could do it. Unfortunately, I no longer have access to 7.0.
What is the equation for the radial function?
09-28-2007 06:18 PM
10-01-2007 10:08 AM