neurots.extract_input.input_parameters

Input parameters functions.

Functions

parameters([origin, method, neurite_types, ...])

Returns a default set of input parameters to be used as input for synthesis.

neurots.extract_input.input_parameters.parameters(origin=(0.0, 0.0, 0.0), method='tmd', neurite_types=None, feature='path_distances', diameter_parameters=None)

Returns a default set of input parameters to be used as input for synthesis.

Parameters:
  • origin (list[float]) – The origin point.

  • method (str) – The method to use.

  • neurite_types (list[str]) – The neurite types to consider.

  • feature (str) – Use the specified TMD feature.

  • diameter_parameters (dict or str) – The parameters used for the diameters.

Returns:

The parameters.

Return type:

dict