master
Christoph Budziszewski started save/load functiona...

Christoph Budziszewski authored 15 years ago

1) % generate parameter structs for subroutines
2) function timelineParams = getTimeLineParams(paramModel)
3) timelineParams = struct;
Christoph Budziszewski first plot button. not work...

Christoph Budziszewski authored 15 years ago

4) % timelineParams.frameShiftStart = getDouble(paramModel.txtFrameShiftStart);  % -20;
5) % timelineParams.frameShiftEnd   = getDouble(paramModel.txtFrameShiftEnd); %15;
6) % timelineParams.decodeDuration  = getDouble(paramModel.txtFrameShiftDur);
Christoph Budziszewski started save/load functiona...

Christoph Budziszewski authored 15 years ago

7) timelineParams.psthStart       = getDouble(paramModel.txtPSTHStart); % -25;
8) timelineParams.psthEnd         = getDouble(paramModel.txtPSTHEnd); % 20;
9) timelineParams.baselineStart   = getDouble(paramModel.txtBaselineStart); % -22;
10) timelineParams.baselineEnd     = getDouble(paramModel.txtBaselineEnd); % -20;
Christoph Budziszewski added TR

Christoph Budziszewski authored 15 years ago

11) timelineParams.tr              = 2;
12) timelineParams.trFactor        = getDouble(paramModel.txtTrFactor);