Reports.Migrating#
Reports.Migrating.py
extracted from molass_legacy.Reports.ReportUtils.py
- make_gunier_row_values(result, result_atsas, return_selected=False)#
Make a list of values for the gunier analysis report.
- Parameters:
result (object) – The result object from the gunier analysis.
result_atsas (object) – The result object from the ATSAS analysis.
return_selected (bool, optional) – If True, return only the selected columns. Default is False.
- Returns:
A list of values for the report.
- Return type:
list