FitInfoArrayContainer#

class astropy.modeling.fitting.FitInfoArrayContainer(fit_info_array)[源代码]#

基类:object

此类旨在包含所有fit_info值的对象数组,并提供一种方便的方法来访问fit_info中的特定项作为数组。

属性摘要

ndim 

properties 

可用于查询的属性 get_property_as_array()

shape 

方法总结

get_property_as_array (名称)

返回其中一个拟合信息属性的数组

属性文档

ndim#
properties#

可用于查询的属性 get_property_as_array()

shape#

方法文件

get_property_as_array(name)[源代码]#

返回其中一个拟合信息属性的数组

参数:
name : strPython :字符串

各个贴合信息对象上存在的属性的名称。