sortBecAnalysis#
- sortBecAnalysis(analysisList)#
Sort analysis method names according to predefined execution order.
Ensures BEC analysis modules run in a consistent order so that dependencies are satisfied (e.g.,
DensityFitbeforeAtomNumber). Items not listed in the canonical order are appended while preserving their relative order.- Parameters:
analysisList (
string|string[]|cellstr) – List of analysis names- Returns:
Sorted list of analysis names
- Return type:
string