[root]/mrLoadRet/Analysis/ConcatTSeries

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 66 (100.0%) | 1045 (100.0%) | 15.8 |
| justin | 50 (75.8%) | 772 (73.9%) | 15.4 |
| eli | 8 (12.1%) | 232 (22.2%) | 29.0 |
| shani | 5 (7.6%) | 38 (3.6%) | 7.6 |
| farshadm | 2 (3.0%) | 2 (0.2%) | 1.0 |
| david | 1 (1.5%) | 1 (0.1%) | 1.0 |
Check for tsense assumed you have a Raw group - fixed
11 lines of code changed in 1 file:
Changing volTrigRatio to tSense - since the tSense parameter disambiguates whether to apply the notch filter, not the volTrigRatio
12 lines of code changed in 1 file:
copied from nott branch
1 lines of code changed in 1 file:
Fixing up tSense filtering setting - copied from nott branch
55 lines of code changed in 1 file:
Removed the fourth output, VERSN, of FILEPARTS because it will be removed in a future release of matlab.
3 lines of code changed in 1 file:
103 lines of code changed in 1 file:
specify the groupNum for the Concat group in call to mrDispOverlay
104 lines of code changed in 1 file:
Comment on how warping works
4 lines of code changed in 1 file:
d.data had to be cleared in the code. If you happened to concat a longer scan with a shorter scan, it would crash the code because of a matrix dimension mismatch. This is fixed now.
1 lines of code changed in 1 file:
fixed a small typo in the loop that converts to percent signal change
1 lines of code changed in 1 file:
Fixed a bug that was occurring if you happened to be warping scans and you selected a base scan that had a different number of volumes than the scans you were concatenating (this caused the code to wrongly give the first scan in the concatenation the same number of volumes as the base warp scan - and not the scan it was concatenating).
5 lines of code changed in 1 file:
Allow multiple arguments to be passed
1 lines of code changed in 1 file:
help has gotten messed up because of matlab -- since this lives in the same directory as its name and is capitalied slightly differently, matlab refuses to give help unless you add .m to the name.
1 lines of code changed in 1 file:
keep projection vectors in concatInfo
4 lines of code changed in 1 file:
more changes for making projection maps
14 lines of code changed in 1 file:
allow scripting of projectOutMeanVector
3 lines of code changed in 1 file:
figured out the normProjectionMagnitude was equivalent to Pearson's r so changed the code so that the overlay and variable name reflect this.
6 lines of code changed in 1 file:
minor
1 lines of code changed in 1 file:
Handles doing a concatenation with projectOut set correctly by saving an overlay for each scans projection
22 lines of code changed in 1 file:
changes to accomodate projectOutMeanVector
8 lines of code changed in 1 file:
(45 more)