qsospec.LocalFitResult
- class qsospec.LocalFitResult(success, window_results, warnings=<factory>, metadata=<factory>)[source]
Bases:
objectResult of fitting one or more independent local windows.
- Parameters:
- __init__(success, window_results, warnings=<factory>, metadata=<factory>)
Methods
__init__(success, window_results[, ...])summary()Return a compact local-fit summary.
to_table()Combine successful window line tables and add a
windowcolumn.Return warning codes from the local result and all window results.
Attributes
- warnings: List[FitWarning]