com1DFA.deriveParameterSet.getVariationDict

getVariationDict(avaDir, fullCfg, modDict)[source]

Create a dictionary with all the parameters that shall be varied from the standard configuration; either provide a cfgFile that contains info on parameters to be varied, or the local_ cfg file is used

Parameters
  • avaDir (str) – path to avalanche directory

  • fullCfg (configParser object) – full configuration potentially including variations of parameter

  • modDict (dict) – info on modifications to standard configuration

Returns

variationDict – dictionary with the parameters that shall be varied and the chosen flags for the run

Return type

dict