nmrglue.analysis.linesh.pack_table

nmrglue.analysis.linesh.pack_table(pbest, abest, iers, rec, param_columns, amp_column, ier_column=None)[source]

Pack fitting parameters into table

Parameters :

pbest : list

List of best-fit parameters. See fit_NDregion() for format.

abest : list

List of best-fit amplitudes.

iers : list

List of fitting error return values.

rec : recarray

Records array (table) to save fitting parameters into. Updated with fitting parameter in place.

param_columns : list

List of parameter columns in rec. Format is the same as pbest.

amp_columns : str

Name of amplitude column in rec.

ier_column : str or None, optional

Name of column in rec to save iers to. None will not record this in the table.

Previous topic

nmrglue.analysis.linesh.add_to_table

Next topic

nmrglue.analysis.linesh.unpack_table

This Page