The apps sub-package#
The apps are the pydidas use cases in the form of encapsulated processing programs. They can be run from the GUI or command line. For the graphical user interface, the framework will organize argument passing from the input fields.
For the command line, arguments can be either passed aa keywords during initialization, as command line arguments or by updating the Parameter values of the app class in scripts.
- CompositeCreatorApp
- CompositeCreatorApp with inherited methods
CompositeCreatorApp
CompositeCreatorApp.add_param()
CompositeCreatorApp.add_params()
CompositeCreatorApp.apply_thresholds()
CompositeCreatorApp.composite
CompositeCreatorApp.copy()
CompositeCreatorApp.deepcopy()
CompositeCreatorApp.export_image()
CompositeCreatorApp.export_state()
CompositeCreatorApp.get_config()
CompositeCreatorApp.get_default_params_copy()
CompositeCreatorApp.get_param()
CompositeCreatorApp.get_param_keys()
CompositeCreatorApp.get_param_value()
CompositeCreatorApp.get_param_values_as_dict()
CompositeCreatorApp.get_params()
CompositeCreatorApp.import_state()
CompositeCreatorApp.initialize_shared_memory()
CompositeCreatorApp.multiprocessing_carryon()
CompositeCreatorApp.multiprocessing_func()
CompositeCreatorApp.multiprocessing_get_tasks()
CompositeCreatorApp.multiprocessing_post_run()
CompositeCreatorApp.multiprocessing_pre_cycle()
CompositeCreatorApp.multiprocessing_pre_run()
CompositeCreatorApp.multiprocessing_store_results()
CompositeCreatorApp.param_keys
CompositeCreatorApp.param_values
CompositeCreatorApp.parse_args_and_set_params()
CompositeCreatorApp.parse_func()
CompositeCreatorApp.prepare_run()
CompositeCreatorApp.print_param_values()
CompositeCreatorApp.q_settings_get()
CompositeCreatorApp.q_settings_set()
CompositeCreatorApp.restore_all_defaults()
CompositeCreatorApp.run()
CompositeCreatorApp.set_default_params()
CompositeCreatorApp.set_param_value()
CompositeCreatorApp.set_param_values()
CompositeCreatorApp.set_param_values_from_dict()
CompositeCreatorApp.update_param_values_from_kwargs()
CompositeCreatorApp.update_params_from_init()
- CompositeCreatorApp with inherited methods
- ExecuteWorkflowApp
- ExecuteWorkflowApp with inherited methods
ExecuteWorkflowApp
ExecuteWorkflowApp.add_param()
ExecuteWorkflowApp.add_params()
ExecuteWorkflowApp.copy()
ExecuteWorkflowApp.deepcopy()
ExecuteWorkflowApp.export_state()
ExecuteWorkflowApp.get_config()
ExecuteWorkflowApp.get_default_params_copy()
ExecuteWorkflowApp.get_param()
ExecuteWorkflowApp.get_param_keys()
ExecuteWorkflowApp.get_param_value()
ExecuteWorkflowApp.get_param_values_as_dict()
ExecuteWorkflowApp.get_params()
ExecuteWorkflowApp.import_state()
ExecuteWorkflowApp.initialize_shared_memory()
ExecuteWorkflowApp.multiprocessing_carryon()
ExecuteWorkflowApp.multiprocessing_func()
ExecuteWorkflowApp.multiprocessing_get_tasks()
ExecuteWorkflowApp.multiprocessing_post_run()
ExecuteWorkflowApp.multiprocessing_pre_cycle()
ExecuteWorkflowApp.multiprocessing_pre_run()
ExecuteWorkflowApp.multiprocessing_store_results()
ExecuteWorkflowApp.param_keys
ExecuteWorkflowApp.param_values
ExecuteWorkflowApp.parse_args_and_set_params()
ExecuteWorkflowApp.parse_func()
ExecuteWorkflowApp.prepare_run()
ExecuteWorkflowApp.print_param_values()
ExecuteWorkflowApp.q_settings_get()
ExecuteWorkflowApp.q_settings_set()
ExecuteWorkflowApp.reset_runtime_vars()
ExecuteWorkflowApp.restore_all_defaults()
ExecuteWorkflowApp.run()
ExecuteWorkflowApp.set_default_params()
ExecuteWorkflowApp.set_param_value()
ExecuteWorkflowApp.set_param_values()
ExecuteWorkflowApp.set_param_values_from_dict()
ExecuteWorkflowApp.update_param_values_from_kwargs()
ExecuteWorkflowApp.update_params_from_init()
- ExecuteWorkflowApp with inherited methods
- DirectorySpyApp
- DirectorySpyApp with inherited methods
DirectorySpyApp
DirectorySpyApp.add_param()
DirectorySpyApp.add_params()
DirectorySpyApp.copy()
DirectorySpyApp.deepcopy()
DirectorySpyApp.define_path_and_name()
DirectorySpyApp.export_state()
DirectorySpyApp.filename
DirectorySpyApp.get_config()
DirectorySpyApp.get_default_params_copy()
DirectorySpyApp.get_image()
DirectorySpyApp.get_param()
DirectorySpyApp.get_param_keys()
DirectorySpyApp.get_param_value()
DirectorySpyApp.get_param_values_as_dict()
DirectorySpyApp.get_params()
DirectorySpyApp.image
DirectorySpyApp.image_metadata
DirectorySpyApp.import_state()
DirectorySpyApp.initialize_shared_memory()
DirectorySpyApp.multiprocessing_carryon()
DirectorySpyApp.multiprocessing_func()
DirectorySpyApp.multiprocessing_get_tasks()
DirectorySpyApp.multiprocessing_post_run()
DirectorySpyApp.multiprocessing_pre_cycle()
DirectorySpyApp.multiprocessing_pre_run()
DirectorySpyApp.multiprocessing_store_results()
DirectorySpyApp.param_keys
DirectorySpyApp.param_values
DirectorySpyApp.parse_args_and_set_params()
DirectorySpyApp.parse_func()
DirectorySpyApp.prepare_run()
DirectorySpyApp.print_param_values()
DirectorySpyApp.q_settings_get()
DirectorySpyApp.q_settings_set()
DirectorySpyApp.reset_runtime_vars()
DirectorySpyApp.restore_all_defaults()
DirectorySpyApp.run()
DirectorySpyApp.set_default_params()
DirectorySpyApp.set_param_value()
DirectorySpyApp.set_param_values()
DirectorySpyApp.set_param_values_from_dict()
DirectorySpyApp.update_param_values_from_kwargs()
DirectorySpyApp.update_params_from_init()
- DirectorySpyApp with inherited methods