reverting back to version 1.1
1 lines of code changed in 1 file:
*** empty log message ***
7 lines of code changed in 2 files:
*** empty log message ***
3 lines of code changed in 1 file:
copied the version of cbiNifti from /share/wotan/heegerlab/mrUtilities-3.1/File/Nifti/, which is the most recent version
26 lines of code changed in 7 files:
inc some bugfixes by jonas
81 lines of code changed in 1 file:
*** empty log message ***
38 lines of code changed in 1 file:
eventRelatedMultiple.m: performs deconvolution analysis on multiple files without requiring to concatenate them.
371 lines of code changed in 1 file:
disppercent.m: references to mydisp were revised to mrDisp.
6 lines of code changed in 1 file:
eventRelated.m: renamed mydisp to mrDisp.
3 lines of code changed in 1 file:
eventRelated.m: handles two formats for event timings. 1: the original 'traces' format (myscreen.traces and myscreen.stimtrace contain the temporal information) 2: a simplified 'eventtimes' format (mylog.stimtimes_s is a cell array of the times of each event catgory wrt the onset of the scan)
viewGet.m: when loading the stimulus files, "viewGet.m" determines which of the two formats (traces vs. eventtimes) is applicable. If the stimulus file contains a non-empty myscreen structure then viewGet returns it and assumes that the file is using the 'traces' format. Otherwise, viewGet return the content of mylog variable and assumes the 'eventtimes' format. The format can be determined by checking the filetype field.
9 lines of code changed in 1 file:
eventRelated.m: can handle two formats for event timing. 1: the original 'traces' format (myscreen.traces and myscreen.stimtrace contain the temporal information) 2: a simplified 'eventtimes' format (mylog.stimtimes_s is a cell array of the times of each event catgory wrt the onset of the scan)
viewGet.m: when loading the stimulus files determines which of the two formats is applicable. If the stimulus file contains a myscreen variable then it assumes that the file is using 'traces' format. Otherwise it looks for a mylog variable and uses the 'eventtimes' format. The format can be determined by checking the filetype field.
55 lines of code changed in 1 file: