
| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 368 (100.0%) | 8848 (100.0%) | 24.0 |
| justin | 253 (68.8%) | 5844 (66.0%) | 23.0 |
| eli | 41 (11.1%) | 1548 (17.5%) | 37.7 |
| david | 63 (17.1%) | 1270 (14.4%) | 20.1 |
| tsliu | 4 (1.1%) | 106 (1.2%) | 26.5 |
| shani | 4 (1.1%) | 62 (0.7%) | 15.5 |
| ds | 2 (0.5%) | 13 (0.1%) | 6.5 |
| farshadm | 1 (0.3%) | 5 (0.1%) | 5.0 |
Adding code that should calculate l/r flipping. Keeping commented for now.
30 lines of code changed in 1 file:
No need to make Anal directory in the new empty directory
1 lines of code changed in 1 file:
Checking for bad filenames
5 lines of code changed in 1 file:
fixed the group made if called with a different default group name (it was always making the 'Raw' group)
1 lines of code changed in 1 file:
ALlowing for hard links
14 lines of code changed in 1 file:
Added an option to import both right and left hemisphere surfaces. If bothHemiFlag is set to 1, then the function loads the inner and outer surfaces for both hemispheres, concatenates them together, and creates a single baseAnat with both hemispheres. Having both hemispheres loaded up in MLR is convenient for data viewing and it makes extending/restricting ROI's easier when the ROI exists in both hemispheres. Still need to add a hook in MLR GUI to make bothHemiFlag an option.
96 lines of code changed in 1 file:
Allow for default arguments so that you don't have to have a dialog box come up
17 lines of code changed in 1 file:
Import the tSeries by having saveNewTSeries reload the nifti file. This makes sure that scanParams info gets pulled from the nifti file. Otherwise it was losing sform/qform, pixdim info etc.
2 lines of code changed in 1 file:
error dialogs changed to mrErrorDlg
4 lines of code changed in 1 file:
Checks input arguments and is more flexible about names - i.e. adds default nifti extension if ommitted. Analysis name can omit directory name if same as analysis name
15 lines of code changed in 2 files:
adding dry-run
24 lines of code changed in 1 file:
preallocate space for ROIs. Speeds up loading quite a bit....
3 lines of code changed in 1 file:
Call with path to surface
10 lines of code changed in 1 file:
Check for proper command line arguments
4 lines of code changed in 1 file:
Check for mrSession in dir first
9 lines of code changed in 1 file:
Function to recursively fix mlr session file permissions
92 lines of code changed in 1 file:
added option so that one can make a empty MLR directory with MotionComp group
8 lines of code changed in 1 file:
Export of an roi to a nifti file
54 lines of code changed in 1 file:
Save anat as float32 instead of default -- otherwise if the data type was set uint8 for example, the surfaces were not saving with the full grayscale range
2 lines of code changed in 1 file:
added function to importTseries
56 lines of code changed in 1 file:
(222 more)