[root]/mrLoadRet/Analysis/ConcatTSeries

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 59 (100.0%) | 756 (100.0%) | 12.8 |
| justin | 46 (78.0%) | 693 (91.7%) | 15.0 |
| shani | 5 (8.5%) | 38 (5.0%) | 7.6 |
| eli | 5 (8.5%) | 22 (2.9%) | 4.4 |
| farshadm | 2 (3.4%) | 2 (0.3%) | 1.0 |
| david | 1 (1.7%) | 1 (0.1%) | 1.0 |
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:
getting projectOutMeanVector to work
25 lines of code changed in 1 file:
stuff for projection
88 lines of code changed in 1 file:
removed line that replaced NaN's with 0's.
1 lines of code changed in 1 file:
small bug fix
6 lines of code changed in 1 file:
bug fix
14 lines of code changed in 1 file:
Allow for different volume sizes when warping
20 lines of code changed in 1 file:
Minor change: newView does not need to have parameter 'Volume', so all calls were changed to be v = newView
1 lines of code changed in 1 file:
(38 more)