
| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 19 (100.0%) | 709 (100.0%) | 37.3 |
| justin | 14 (73.7%) | 531 (74.9%) | 37.9 |
| ds | 5 (26.3%) | 178 (25.1%) | 35.6 |
Slightly smarter stimfile matching - drops stimfiles that have less than 10% the expected volumes
10 lines of code changed in 1 file:
Adding ability to set the subject, operator and description fields with input arguments
2 lines of code changed in 1 file:
This change set implements some changes to the mlrImageHeader. Namely that qform_cdoe and sform_code are dropped = qform is always the xform to the magnet coordinates and sform is always the xform to the canonical magnet coordinates if they exist. Also rationalizing other fields like talInfo (contains AC,PC, etc) and fixing calling programs to use these conventions
3 lines of code changed in 1 file:
This change set rationalizes names for mlrImage functions to all begin with mlrImage - changed calling functions as well to reflect this change. Added mlrImageIsHeader analogous to other mlr is functions. mlrImage load functions can now handle loading scanNum and groupNum and taking data from a passed in data structure or array
2 lines of code changed in 1 file:
Check to make sure the Raw TSeries don't have . in the name
1 lines of code changed in 1 file:
Adding validation for mgl stimfiles
4 lines of code changed in 1 file:
mrInit now validates filenames in the Raw/TSeries directory to make sure they are valid image headers
9 lines of code changed in 1 file:
slight syntax change to stimFileMatch list setup
1 lines of code changed in 1 file:
added a semi-colon
1 lines of code changed in 1 file:
Made asking about making a readme.txt file an option
8 lines of code changed in 1 file:
mrInit now sets the fields 'originalFileName' to the name of the given nifti file and 'originalGroupName' to 'Raw'. Without those fields present, motionComp choked - fileName and originalFileName are set to the same thing, but this is probably easier than adding logic/check in motionComp.
2 lines of code changed in 1 file:
add mrReadme option
8 lines of code changed in 1 file:
createReadme uses default matlab dialog boxes. mrReadme the mrLoadRet equivalents. also timestamp the readme file.
167 lines of code changed in 2 files:
changed scanDir check to use niftiFileExtension, rather than hardcoded *.img
1 lines of code changed in 1 file:
comments and some minor fixes
20 lines of code changed in 1 file:
This is an alternative function to mrInitRet that is scriptable, uses preferences for getting magnet/coil/protocol names and has a GUI built on mrParamsDialog
306 lines of code changed in 1 file:
Initial revision
164 lines of code changed in 2 files: