trackpy.refine.least_squares¶
Functions
|
Constraint setting clusters of 2 at a fixed distance. |
|
Constrain clusters of 2 to a constant, unknown distance. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
p is a vector of arguments [mult, a, b, c, ...], defining the series: signal_mult / (1 + a r^2 + b r^4 + c r^6 + ...) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Refines overlapping feature coordinates by least-squares fitting to radial model functions. |
|
|
|
|
|
Constraint setting clusters of 4 at a fixed distance from each other. |
|
Obtain fit parameters from an image of well-separated features with known location, in order to be able to use them in |
|
Constraint setting clusters of 3 at a fixed distance from each other. |
|
Convert an array of per-feature parameters into a vector for least squares optimization |
|
Convert a vector from least squares optimization to an array of per-feature parameters. |
Classes
|
Helper class maintaining fit functions and bounds. |
Exceptions
|