[root]/mrUtilities/File/mlrImage

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| justin | 4 (100.0%) | 181 (100.0%) | 45.2 |
Adding option to drop any filenames that have too many .'s in them. This is really annoying because then you can't get the extension properly from the filename. So it should be prevented right from the start.
19 lines of code changed in 1 file:
Adding mlrImage directory and the start of some functions that should serve as a wrapper around cbiReadNifti functions. THis will give us more flexibility in the future to be nifti independent -- for example, we can write read/write wrappers so that we aren't limited by the 16bit image width/height parameters, which is a problem for the surface images that.
Also, fixed cbiReadNiftiHeader so that it doesn't dump an error when it can't load a header, but returns gracefully with a warning and an empty header structure
162 lines of code changed in 3 files: