in3Utils.fileHandlerUtils.splitIniValueToArraySteps

splitIniValueToArraySteps(cfgValues)[source]

read values in ini file and return numpy array of values or a list if the items are strings; values can either be separated by | or provided in start:end:numberOfSteps format

Parameters

cfgValues (str) – values of parameter to be read from ini file

Returns

items – values as 1D numpy array or list (in the case of strings)

Return type

1D numpy array or list