% generate parameter structs for subroutinesfunction frameshiftStruct = getFrameShiftParams(paramModel)frameshiftStruct = struct;frameshiftStruct.frameShiftStart = getDouble(paramModel.txtFrameShiftStart); % -20;frameshiftStruct.frameShiftEnd = getDouble(paramModel.txtFrameShiftEnd); %15;frameshiftStruct.decodeDuration = getDouble(paramModel.txtFrameShiftDur);end