Reports.V1GuinierReport#
Reports.V1GuinierReport.py
This module contains the functions to generate the reports the Guinier Analysis.
- make_guinier_report(punit, controller, kwargs)#
Make the Guinier report using the provided controller and parameters. This function generates the Guinier analysis report and saves it to an Excel file.
- Parameters:
punit (ProgressUnit) – The progress unit to track the progress of the report generation.
controller (Controller) – The controller containing the data and settings for the report.
kwargs (dict) – Additional keyword arguments for configuration.
- Return type:
None