myelinated_results.get_membrane_material

myelinated_results.get_membrane_material(t: float = 0, unit: str = 'S/m', mem_th: float = 0.007, **interp_kwargs) f_material

Build an interpolated material object from membrane conductivity samples.

Parameters:
  • t (float, optional) – Time at which conductivity is sampled.

  • unit (str, optional) – Target conductivity unit.

  • mem_th (float, optional) – Membrane thickness used when converting surface conductivity.

  • **interp_kwargs (dict) – Interpolation options forwarded to mat_from_interp().

Returns:

Interpolated material representation of the membrane conductivity.

Return type:

f_material