tasks.diametrizer¶
Luigi tasks to diametrize cells.
Classes¶
Task to build diameter models from set of cells. |
|
Task to build diameter models from set of cells. |
Functions¶
|
Internal model builder for parallelisation. |
|
Plot the models. |
|
Module Contents¶
- _build_diameter_model(mtype, morphs_df=None, config_model=None, morphology_path='morphology_path')¶
Internal model builder for parallelisation.
- _plot_models(models_params, models_data, fig_folder='figures', ext='.png')¶
Plot the models.
- class BuildDiameterModels(*args, **kwargs)¶
Bases:
luigi_tools.task.WorkflowTaskTask to build diameter models from set of cells.
- morphs_df_path¶
- morphology_path¶
- diameter_models_path¶
- by_mtypes¶
- plot_models¶
- _diametrizer(gid, morphs_df=None, models_params=None, morphology_path='morphology_path', config=None, new_morphology_path=None)¶