biophysics_fittingsimulatorSimulator_Setupget_cell_params

Simulator_Setup.get_cell_params

biophysics_fitting.simulator.Simulator_Setup.get_cell_params(params)

Get the cell parameters as an NTParameterSet from the parameter vector.

This can be used with single_cell_parser.create_cell() to create a Cell object. This is helpful for inspecting what parameters have effectively been used for the simulation.

Parameters:

params (pd.Series) – The parameter vector.

Returns:

The cell parameters.

Return type:

NTParameterSet