| Trees | Index | Help |
|---|
| Module gwy :: Class CDLine |
|
| Method Summary | |
|---|---|
Gets the name of the image file with critical dimension evaluator description. | |
Return cdline name (its unique identifier). | |
Return the number of parameters of cdline. | |
Returns: The default parameter value, unrelated to the actual data fitted. | |
Returns: The name of parameter @param. | |
Derives the SI unit of a critical dimension parameter from the units of abscissa and ordinate. | |
Performs a critical dimension evaulation (fit). | |
Calculates critical dimension function value in a single point with given parameters. | |
| Method Details |
|---|
get_definition()Gets the name of the image file with critical dimension evaluator description.
|
get_name()Return cdline name (its unique identifier).
|
get_nparams()Return the number of parameters ofcdline.
|
get_param_default(param)Returns: The default parameter value, unrelated to the actual data fitted.
|
get_param_name(param)Returns: The name of parameter @param.
|
get_param_units(param, siunit_x, siunit_y)Derives the SI unit of a critical dimension parameter from the units of abscissa and ordinate.
|
UNIMPLEMENTED_fit(n_dat, x, y, n_param, params, err, fixed_param, user_data)Performs a critical dimension evaulation (fit).
|
UNIMPLEMENTED_get_value(x, params, fres)Calculates critical dimension function value in a single point with given parameters.
|
| Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Tue Dec 30 04:01:42 2008 | http://epydoc.sf.net |