Open jgroehl opened 3 years ago
lets use this for the main documentation which parameters the adapter needs
PipelineModule
by defining an abstract method get_default_settings()
and overriding this in the individual adapters.In PR #358 I've now implemented a way to set default component settings for the adapters and default global settings. I think before proceeding further with the documentation, examples and tests it would make sense to have a meeting where we go through this list and check if all default values are sensible and if no default parameter was forgotten.
Furthermore three questions came up:
wavelength
and simpa_output_path
in the simulate
method which are currently stored in the global settings during simulation. Passing them as an additional argument to the run
method of the pipeline elements would be one option.
Define abstract method in SimulatioModule class