function method = getPsthNormalizationMethod(model) data = get(model.selNormPST,'UserData'); method = cell2mat(data(get(model.selNormPST,'Value'))); end