clophfit.prtecan.export ======================= .. py:module:: clophfit.prtecan.export .. autoapi-nested-parse:: Export data and fit results from Titration objects. Functions --------- .. autoapisummary:: clophfit.prtecan.export.generate_combinations clophfit.prtecan.export.apply_combination clophfit.prtecan.export.prepare_output_folder clophfit.prtecan.export.export_residuals clophfit.prtecan.export.export_bad_wells clophfit.prtecan.export.run_pre_fit_detection clophfit.prtecan.export.export_fit clophfit.prtecan.export.export_data_fit Module Contents --------------- .. py:function:: generate_combinations() Generate parameter combinations for export and fitting. .. py:function:: apply_combination(titration, combination) Apply a combination of parameters to the Titration. .. py:function:: prepare_output_folder(titration, base_path) Prepare the output folder for a given combination of parameters. .. py:function:: export_residuals(outfit, fit_results, index) Export fit residuals and their statistics to files. .. py:function:: export_bad_wells(outfit, global_res) Export a list of bad wells flagged during global fits. .. py:function:: run_pre_fit_detection(titration, subfolder) Run pre-fit detection of bad wells and write discarded_wells.txt. .. py:function:: export_fit(titration, subfolder, config) Export all fitted parameters, plots, and data files. .. py:function:: export_data_fit(titration, tecan_config) Export dat files [x,y1,..,yN] from copy of titration.data.