c54095b9ccdbc0ca2c1a01b6f81cf5f77ae15007
Christoph Budziszewski refactored to arg-structs!...

Christoph Budziszewski authored 15 years ago

1) function timePointMatrix = buildTimePointMatrix(timeline,argStruct)
Christoph Budziszewski added 2nd classification me...

Christoph Budziszewski authored 15 years ago

2) 
3) 
Christoph Budziszewski refactored to arg-structs!...

Christoph Budziszewski authored 15 years ago

4) timeLineStart   = timeline.frameShiftStart;
5) timeLineEnd     = timeline.frameShiftEnd;
6) globalStart     = timeline.psthStart;
7) globalEnd       = timeline.psthEnd;
8) decodeDuration  = timeline.decodeDuration;
Christoph Budziszewski added 2nd classification me...

Christoph Budziszewski authored 15 years ago

9) 
Christoph Budziszewski refactored to arg-structs!...

Christoph Budziszewski authored 15 years ago

10) pst             = argStruct.pst;
11) eventList       = argStruct.eventList;