Workflows ========= Collections of pre-defined workflows for common tasks. All of the workflows implement a `fit_plot_save` function which typically takes in the data, initial guesses for parameters, and other optional arguments, and saves the fitted parameters and plots of the fit. .. autofunction:: ionworkspipeline.workflows.half_cell_ocp.fit_plot_save .. autofunction:: ionworkspipeline.workflows.full_cell_ocv.fit_plot_save .. autofunction:: ionworkspipeline.workflows.current_driven.fit_plot_save The workflows call the following common methods, which can be used to create new workflows: .. autofunction:: ionworkspipeline.workflows.common.get_objective_and_callbacks .. autofunction:: ionworkspipeline.workflows.common.process_filename .. autofunction:: ionworkspipeline.workflows.common.plot