axon_synthesis.synthesis.outputs¶
Define the class to store the synthesis outputs.
Classes
|
Class to store the parameters for the outputs. |
|
Class to store the synthesis outputs. |
- class axon_synthesis.synthesis.outputs.OutputConfig(path, final_figures: bool = False, graph_creation_figures: bool = False, graph_creation_data: bool = False, main_trunk_figures: bool = False, main_trunk_morphologies: bool = False, morphologies: bool = True, morphologies_edges: bool = False, postprocess_trunk_figures: bool = False, postprocess_trunk_morphologies: bool = False, steiner_tree_solution_figures: bool = False, steiner_tree_solutions: bool = False, target_point_figures: bool = False, target_points: bool = False, tuft_figures: bool = False, tuft_morphologies: bool = False)¶
Bases:
objectClass to store the parameters for the outputs.
- path¶
The path to the output directory.
- Type:
- class axon_synthesis.synthesis.outputs.Outputs(config: OutputConfig, *, exists: bool = False, create: bool = False)¶
Bases:
BasePathBuilderClass to store the synthesis outputs.