|
|||
NRAO Home > CASA > CASA Toolkit Reference Manual |
|
sd.fitter.get_parameters - Function
5.1.4 Return the fit parameters
Description
Return the fit parameters as a dictionary. The returned value contains the
following attributes:
-
errors
errors for each parameter -
fixed
list of fixed parameters -
formatted
formatted string that shows a fitting result -
params
list of resulting parameter values
The component argument specifies which component the user want to get fit parameters. It is effective only for gaussian/lorentzian fitting.
The error argument controls contents of formatted string. If error is True, the string contains parameter values and their errors.
Arguments
Inputs |
| ||
component |
| get the parameter values for the specified component
only
| |
| allowed: | integer |
|
| Default: | None (all components) |
|
errors |
| If True, include errors of fit parameters in formatted
string
| |
| allowed: | bool |
|
| Default: | False |
|
dictionary
Example
More information about CASA may be found at the
CASA web page
Copyright © 2016 Associated Universities Inc., Washington, D.C.
This code is available under the terms of the GNU General Public Lincense
Home |
Contact Us |
Directories |
Site Map |
Help |
Privacy Policy |
Search