tasks.vacuum_synthesis¶
Luigi tasks for morphology synthesis in vacuum.
Classes¶
Grow cells in vacuum, for annotation tasks. |
|
Plot morphologies to obtain annotations. |
Module Contents¶
- class VacuumSynthesize(*args, **kwargs)¶
Bases:
luigi_tools.task.WorkflowTaskGrow cells in vacuum, for annotation tasks.
- vacuum_synth_morphology_path¶
Name of the column in the morphs_df.csv file.
- Default value:
vacuum_synth_morphologies
- vacuum_synth_morphs_df_path¶
Path to the morphs_df.csv file.
- Default value:
vacuum_synth_morphs_df.csv
- diametrizer¶
Diametrizer model to use.
- Type:
- Choices:
{M3, M4, M1, M2, external, M5}
- Default value:
external
- class PlotVacuumMorphologies(*args, **kwargs)¶
Bases:
luigi_tools.task.WorkflowTaskPlot morphologies to obtain annotations.