axon_synthesis.cli.synthesis

Entries of the Command Line Interface dedicated to synthesis.

Functions

create_graph_kwargs_to_config(config)

Extract the atlas arguments from given config to create an AtlasConfig object.

create_graph_options(func)

Decorate a click command to add Atlas-specific options.

output_options(func)

Decorate a click command to add output-specific options.

outputs_kwargs_to_config(config)

Extract the atlas arguments from given config to create an AtlasConfig object.

post_process_kwargs_to_config(config)

Extract the post-process arguments from given config to create a PostProcessConfig object.

post_process_options(func)

Decorate a click command to add Atlas-specific options.

synthesis_kwargs_to_config(config)

Extract the synthesis arguments from given config to create an SynthesisConfig object.

synthesis_options(func)

Decorate a click command to add synthesis-specific options.

axon_synthesis.cli.synthesis.create_graph_kwargs_to_config(config) None

Extract the atlas arguments from given config to create an AtlasConfig object.

axon_synthesis.cli.synthesis.create_graph_options(func)

Decorate a click command to add Atlas-specific options.

axon_synthesis.cli.synthesis.output_options(func)

Decorate a click command to add output-specific options.

axon_synthesis.cli.synthesis.outputs_kwargs_to_config(config) None

Extract the atlas arguments from given config to create an AtlasConfig object.

axon_synthesis.cli.synthesis.post_process_kwargs_to_config(config) None

Extract the post-process arguments from given config to create a PostProcessConfig object.

axon_synthesis.cli.synthesis.post_process_options(func)

Decorate a click command to add Atlas-specific options.

axon_synthesis.cli.synthesis.synthesis_kwargs_to_config(config) None

Extract the synthesis arguments from given config to create an SynthesisConfig object.

axon_synthesis.cli.synthesis.synthesis_options(func)

Decorate a click command to add synthesis-specific options.