Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix regarding expected behavior of diff when finding image size #3

Open
wants to merge 501 commits into
base: master
Choose a base branch
from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Aug 16, 2016

  1. indentation fix

    Noah C. Benson committed Aug 16, 2016
    Configuration menu
    Copy the full SHA
    d21702c View commit details
    Browse the repository at this point in the history
  2. unified vocabulary

    Noah C. Benson committed Aug 16, 2016
    Configuration menu
    Copy the full SHA
    4e1ccd9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request vistalab#183 from noahbenson/master

    Cleaned up the README.md and added Installation section
    JWinawer authored Aug 16, 2016
    Configuration menu
    Copy the full SHA
    065c18c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    17b3604 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    93e0a1d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2382173 View commit details
    Browse the repository at this point in the history
  7. fix typo

    elinekupers committed Aug 16, 2016
    Configuration menu
    Copy the full SHA
    c9213fd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    00bcf46 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2016

  1. Configuration menu
    Copy the full SHA
    541f0b1 View commit details
    Browse the repository at this point in the history
  2. cleaned up ernie tutorials

    JWinawer committed Aug 17, 2016
    Configuration menu
    Copy the full SHA
    2f84b6e View commit details
    Browse the repository at this point in the history
  3. new tutorial on slice timing

    JWinawer committed Aug 17, 2016
    Configuration menu
    Copy the full SHA
    0a29d25 View commit details
    Browse the repository at this point in the history
  4. A tutorial for reading in/plotting the Benson et al. (2014) retinotop…

    …y template of V1, V2, and V3
    noahbenson committed Aug 17, 2016
    Configuration menu
    Copy the full SHA
    7cbb2f1 View commit details
    Browse the repository at this point in the history
  5. Merge pull request vistalab#184 from noahbenson/master

    Added some helpful error messages
    JWinawer authored Aug 17, 2016
    Configuration menu
    Copy the full SHA
    0fd03c9 View commit details
    Browse the repository at this point in the history
  6. Fixed a minor bug in which a bash shell is launched non-interactively…

    … to grab the FREESURFER_HOME or SUBJECTS_DIR when they are not set in the matlab environment; the shell is now launched interactively, so should always read the bash_profile
    noahbenson committed Aug 17, 2016
    Configuration menu
    Copy the full SHA
    d4e313b View commit details
    Browse the repository at this point in the history
  7. Fixed a typo

    noahbenson committed Aug 17, 2016
    Configuration menu
    Copy the full SHA
    23f1d22 View commit details
    Browse the repository at this point in the history
  8. edited parameters

    noahbenson committed Aug 17, 2016
    Configuration menu
    Copy the full SHA
    a33495a View commit details
    Browse the repository at this point in the history
  9. renamed to something more intuitive

    noahbenson committed Aug 17, 2016
    Configuration menu
    Copy the full SHA
    0c90833 View commit details
    Browse the repository at this point in the history
  10. Merge pull request vistalab#187 from noahbenson/master

    Fixed a minor bug in which a bash shell is launched non-interactively…
    JWinawer authored Aug 17, 2016
    Configuration menu
    Copy the full SHA
    b42e7ac View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2016

  1. Configuration menu
    Copy the full SHA
    5ebbdd5 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2016

  1. Comments and a little coding clarity on niftiView and niftiWrite

    Reorganized the parameters and used inputParser for niftiAssignZeros.m
    wandell committed Aug 20, 2016
    Configuration menu
    Copy the full SHA
    3693441 View commit details
    Browse the repository at this point in the history
  2. Added possibility of reading a .nii.gz file when only the base name i…

    …s based. So, if you
    
    pass in thisFile rather than thisFile.nii.gz we check for thisFile.nii.gz.  If it exists
    we read it.  Otherwise we tell you that we couldn't find thisFile or thisFile.nii.gz.
    wandell committed Aug 20, 2016
    Configuration menu
    Copy the full SHA
    67635c5 View commit details
    Browse the repository at this point in the history
  3. Unnecessary file

    wandell committed Aug 20, 2016
    Configuration menu
    Copy the full SHA
    3e0e170 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2016

  1. Configuration menu
    Copy the full SHA
    a958eef View commit details
    Browse the repository at this point in the history
  2. ENH: Added direct load of MRTRIX streamlines from disk on file (from …

    ….tck files0. Refactored fgRead.m using matlab fileparts to sort input.
    francopestilli committed Aug 30, 2016
    Configuration menu
    Copy the full SHA
    3dfcfcb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9c02f4e View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2016

  1. ENH: fgExtract had some conflicts. Trying to resolve so to be abel to…

    … make a Pull request to VISTASOFT/MASTER
    francopestilli committed Sep 1, 2016
    Configuration menu
    Copy the full SHA
    5686733 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8639a23 View commit details
    Browse the repository at this point in the history
  3. Merge pull request vistalab#173 from vistalab/guimatlab2015

    Add features for testing MATLAB2014b and later
    francopestilli authored Sep 1, 2016
    Configuration menu
    Copy the full SHA
    3c19af5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    182893d View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2016

  1. Configuration menu
    Copy the full SHA
    741ecec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    60c9231 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2016

  1. Removed jsonlab

    wandell committed Sep 16, 2016
    Configuration menu
    Copy the full SHA
    1b34514 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2016

  1. Configuration menu
    Copy the full SHA
    5702636 View commit details
    Browse the repository at this point in the history
  2. Merge pull request vistalab#199 from rosemary-le/master

    Fix minor bug: strcmp command checking that the file is a nifti file
    rosemary-le authored Sep 17, 2016
    Configuration menu
    Copy the full SHA
    ec56ca5 View commit details
    Browse the repository at this point in the history
  3. Fix rmPlotCoverage to handle the case of plotting coverage of an ROI …

    …with only one or two voxels (assumed median smoothing among other minor fixes)
    rosemary-le committed Sep 17, 2016
    Configuration menu
    Copy the full SHA
    97ca072 View commit details
    Browse the repository at this point in the history
  4. Merge pull request vistalab#200 from rosemary-le/master

    rmPlotCoverage edge case: ROI that is 1 or 2 voxels in size
    rosemary-le authored Sep 17, 2016
    Configuration menu
    Copy the full SHA
    684a39e View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2016

  1. Configuration menu
    Copy the full SHA
    15f364c View commit details
    Browse the repository at this point in the history
  2. Merge pull request vistalab#201 from rosemary-le/master

    Add feature to polarPlot.m and minor cleanup
    rosemary-le authored Sep 18, 2016
    Configuration menu
    Copy the full SHA
    0759716 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2016

  1. change in comments

    JWinawer committed Sep 19, 2016
    Configuration menu
    Copy the full SHA
    a3b3546 View commit details
    Browse the repository at this point in the history
  2. cleaned up syntax

    JWinawer committed Sep 19, 2016
    Configuration menu
    Copy the full SHA
    624be56 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fddae69 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2016

  1. make mrvNewGraphWin consistent with newGraphWin by defining the globa…

    …l variable GRAPHWIN and assiging it a value
    JWinawer committed Sep 26, 2016
    Configuration menu
    Copy the full SHA
    c1754bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ec9a9b View commit details
    Browse the repository at this point in the history
  3. added ernie pRF tutorials

    JWinawer committed Sep 26, 2016
    Configuration menu
    Copy the full SHA
    c924b6c View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2016

  1. Configuration menu
    Copy the full SHA
    2b00cdc View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2016

  1. Start of a method to convert fg data into tracts that can be visualiz…

    …ed using the LORIS brainbrowser code. The format is Alias Wavefront OBJ, which is fairly general and can be visualized on macs/pcs using standard viewers, as well.
    wandell committed Oct 17, 2016
    Configuration menu
    Copy the full SHA
    e4ce55b View commit details
    Browse the repository at this point in the history
  2. Edited comments at the head. Still stuff left to do.

    We should get the documentation about MNI Obj files into the header of this file.
    We should identify a data set to use for testing and put it in the Example section.
    wandell committed Oct 17, 2016
    Configuration menu
    Copy the full SHA
    9b59f9e View commit details
    Browse the repository at this point in the history
  3. Added color parameter

    wandell committed Oct 17, 2016
    Configuration menu
    Copy the full SHA
    f878845 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2016

  1. Added comments to the header

    wandell committed Oct 23, 2016
    Configuration menu
    Copy the full SHA
    ba9e36e View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2016

  1. Added ability for nitfiView to show one slice.

    Shortened file name (which can be quite long) to first 10 letters of the name.
    wandell committed Oct 24, 2016
    Configuration menu
    Copy the full SHA
    4d4b862 View commit details
    Browse the repository at this point in the history
  2. Minor comments and fixes

    wandell committed Oct 24, 2016
    Configuration menu
    Copy the full SHA
    3574507 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2016

  1. fg2MNIObj allows visualization of fiber tracts in a browser (for Flyw…

    …heel)
    
    Comments and small vixes for the dwiComputeSignal.m and other two files.  No code changes.
    wandell committed Oct 25, 2016
    Configuration menu
    Copy the full SHA
    df558a8 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2016

  1. Comments in dwiGet/dwiPlot. Also returned estimated ADC in dwiPlot() …

    …case.
    
    Fixed the 'axis' required for identityLine.
    wandell committed Oct 26, 2016
    Configuration menu
    Copy the full SHA
    8832473 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2016

  1. Handling multiple coordinate cases properly for dwiQ and dwiGet.

    Changed '.' to 'o' for my old eyes in dwiPlot(dwi,'adc' ...) case
    wandell committed Oct 27, 2016
    Configuration menu
    Copy the full SHA
    27e16d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e90fc00 View commit details
    Browse the repository at this point in the history
  3. Merge pull request vistalab#207 from rosemary-le/master

    Fix bug. Edge case when we bootstrap only once
    rosemary-le authored Oct 27, 2016
    Configuration menu
    Copy the full SHA
    a8394c3 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2016

  1. Added get a mean b=0 image

    Added proper management for multiple coordinates in dwiComputeSignal
    wandell committed Oct 28, 2016
    Configuration menu
    Copy the full SHA
    5e92f77 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae0708b View commit details
    Browse the repository at this point in the history
  3. Made symbols thicker

    wandell committed Oct 28, 2016
    Configuration menu
    Copy the full SHA
    8506f26 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2016

  1. Removed the if statement that checked if fh = mrvNewGraphWin is a str…

    …uct. The output of mrvNewGraphWin is a matlab.ui.Figure which behaves like a struct but is not a struct per se
    rosemary-le committed Oct 31, 2016
    Configuration menu
    Copy the full SHA
    dfc01ba View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2016

  1. Add niftiMerge.m, a function that takes in a list of niftis and retur…

    …ns a nifti that is the logical union of all of them
    Rosemary Le committed Nov 10, 2016
    Configuration menu
    Copy the full SHA
    3626814 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2016

  1. Merge pull request vistalab#209 from rosemary-le/master

    Removed the if statement that checked if fh = mrvNewGraphWin is a str…
    rosemary-le authored Nov 11, 2016
    Configuration menu
    Copy the full SHA
    eb2c53a View commit details
    Browse the repository at this point in the history
  2. Add isgraphics() to check the output of mrvNewGraphWin in the dtiChec…

    …kMotion function
    Rosemary Le committed Nov 11, 2016
    Configuration menu
    Copy the full SHA
    1666471 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2016

  1. Add the option s0image back into dwiGet. s0image is synonymous with t…

    …he b0image option and seems to have been inadvertently removed
    Rosemary Le committed Nov 13, 2016
    Configuration menu
    Copy the full SHA
    3ead303 View commit details
    Browse the repository at this point in the history
  2. Merge pull request vistalab#210 from rosemary-le/master

    Add isgraphics() to check the output of mrvNewGraphWin
    rosemary-le authored Nov 13, 2016
    Configuration menu
    Copy the full SHA
    5d8ef9b View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2016

  1. Updated the gifti reader. Still not working, though. Perhaps because …

    …xmltree needs updating?
    
    Also, need to fix t_gifti.m for new data model.
    wandell committed Nov 15, 2016
    Configuration menu
    Copy the full SHA
    0d7e1a6 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2016

  1. Configuration menu
    Copy the full SHA
    25bea42 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2016

  1. Configuration menu
    Copy the full SHA
    cdccb95 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2016

  1. Configuration menu
    Copy the full SHA
    1f11d92 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2016

  1. change fuction minmax to mrvMinmax to avoid conflict with matlab func…

    …tion minmax in nnet toolbox. also change all calls to minmax to mrvMinmax
    JWinawer committed Nov 30, 2016
    Configuration menu
    Copy the full SHA
    a7d34ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    67dd10c View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2016

  1. Comments

    wandell committed Dec 3, 2016
    Configuration menu
    Copy the full SHA
    0293a4f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e6c13d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fb5e088 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a45dee4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    31a5adb View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2016

  1. Configuration menu
    Copy the full SHA
    4ee8d84 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bedcfde View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    75077e9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8c9d951 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6571321 View commit details
    Browse the repository at this point in the history
  6. show colorbar for map view even range is undefined. otherwise we lose…

    … the map name and units
    JWinawer committed Dec 4, 2016
    Configuration menu
    Copy the full SHA
    df20119 View commit details
    Browse the repository at this point in the history
  7. tutorial update

    JWinawer committed Dec 4, 2016
    Configuration menu
    Copy the full SHA
    f6f354c View commit details
    Browse the repository at this point in the history
  8. tutorial update

    JWinawer committed Dec 4, 2016
    Configuration menu
    Copy the full SHA
    1f9d065 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2016

  1. revert

    JWinawer committed Dec 5, 2016
    Configuration menu
    Copy the full SHA
    88d0b36 View commit details
    Browse the repository at this point in the history
  2. clean up tutorial

    JWinawer committed Dec 5, 2016
    Configuration menu
    Copy the full SHA
    f8c0e7d View commit details
    Browse the repository at this point in the history
  3. Merge pull request vistalab#214 from vistalab/jonTutorials

    clean up tutorial
    JWinawer authored Dec 5, 2016
    Configuration menu
    Copy the full SHA
    d8c5a35 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2016

  1. bug fixes

    JWinawer committed Dec 29, 2016
    Configuration menu
    Copy the full SHA
    e3d819c View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2016

  1. Updated to the newer (faster) jsonlab code. Supposed to be backwards …

    …compatible.
    
    Sure wish I had a test.
    wandell committed Dec 30, 2016
    Configuration menu
    Copy the full SHA
    2ed0fb5 View commit details
    Browse the repository at this point in the history
  2. Continued update of jsonlab

    wandell committed Dec 30, 2016
    Configuration menu
    Copy the full SHA
    b80f5e2 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2017

  1. Configuration menu
    Copy the full SHA
    33be3c2 View commit details
    Browse the repository at this point in the history
  2. updates to get nifti datatype from niftiGet rather than writing it in…

    …to a new field in the nifti struct
    JWinawer committed Jan 23, 2017
    Configuration menu
    Copy the full SHA
    924519b View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2017

  1. Configuration menu
    Copy the full SHA
    e826e0d View commit details
    Browse the repository at this point in the history
  2. eliminate the call to add dataType field to niftiStruct. This value i…

    …s now read from niftiGet
    JWinawer committed Jan 24, 2017
    Configuration menu
    Copy the full SHA
    8298abc View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2017

  1. Configuration menu
    Copy the full SHA
    ca5cac7 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2017

  1. Configuration menu
    Copy the full SHA
    fcfb29f View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2017

  1. RF and BW jittering colors and converting to MNI OBJ format in the ne…

    …wly edited code from Renzo.
    wandell committed Feb 17, 2017
    Configuration menu
    Copy the full SHA
    2a4db22 View commit details
    Browse the repository at this point in the history
  2. fix jitter

    Renzo Frigato committed Feb 17, 2017
    Configuration menu
    Copy the full SHA
    5ae000b View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2017

  1. fixed the correction factor relating the computation of mean squared …

    …error to sum of squared error
    JWinawer committed Mar 1, 2017
    Configuration menu
    Copy the full SHA
    348d281 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2017

  1. Configuration menu
    Copy the full SHA
    2f58ea9 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2017

  1. Configuration menu
    Copy the full SHA
    71c7323 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a40501a View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2017

  1. Configuration menu
    Copy the full SHA
    d3d8eb9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f4e65e1 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2017

  1. Configuration menu
    Copy the full SHA
    fa3a89b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a37e39 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6a2703a View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2017

  1. remove obsoletedocstring

    Renzo Frigato committed Mar 31, 2017
    Configuration menu
    Copy the full SHA
    3f1b7c7 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2017

  1. Fix loadParameterMap.m so that the UI displays correctly when a nifti…

    … file is chosen as a parameter map
    rosemary-le committed Apr 17, 2017
    Configuration menu
    Copy the full SHA
    c4fde0c View commit details
    Browse the repository at this point in the history
  2. Merge pull request vistalab#225 from rosemary-le/master

    UI did not get set to map mode when display a nifti file as a parameter map
    JWinawer authored Apr 17, 2017
    Configuration menu
    Copy the full SHA
    f232512 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2017

  1. minor change to comments

    JWinawer committed Apr 23, 2017
    Configuration menu
    Copy the full SHA
    2129845 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a411a68 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2017

  1. Configuration menu
    Copy the full SHA
    d62435a View commit details
    Browse the repository at this point in the history
  2. Merge pull request vistalab#228 from rosemary-le/master

    Add comments to viewSetRoi.m
    rosemary-le authored Apr 24, 2017
    Configuration menu
    Copy the full SHA
    b943ff0 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2017

  1. Update README.md

    JWinawer authored Apr 25, 2017
    Configuration menu
    Copy the full SHA
    007284b View commit details
    Browse the repository at this point in the history
  2. ENH: Improved 3D figure handling. Fixed bug for which if 3D figure ha…

    …d been closed the displaying woudl fail. A new figure is now created if necessary.
    francopestilli committed Apr 25, 2017
    Configuration menu
    Copy the full SHA
    3217f17 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2017

  1. Changes that will compile readFileNifti default to requiring gz suppo…

    …rt and be able to be compiled using mrvCompile.
    j-ales committed Apr 26, 2017
    Configuration menu
    Copy the full SHA
    9c3e3f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e1e02d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    42901be View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2017

  1. Configuration menu
    Copy the full SHA
    3ecc63b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    608120f View commit details
    Browse the repository at this point in the history
  3. minor syntax fixes

    JWinawer committed Apr 27, 2017
    Configuration menu
    Copy the full SHA
    80f58c0 View commit details
    Browse the repository at this point in the history
  4. minor fixt to mrInit: make sure func.name is defined in the case that…

    … no annotation text is provided for a scan
    JWinawer committed Apr 27, 2017
    Configuration menu
    Copy the full SHA
    2e8e3d4 View commit details
    Browse the repository at this point in the history
  5. fix to viewGetVolume: when parameter classFile is called without a he…

    …mi, assume left rather than returning an error. The logic is that class files are now generally NIFTIs, which are whole brain - neither left nor right, so it is reasonable to ask for the class file name without specifying the hemi
    JWinawer committed Apr 27, 2017
    Configuration menu
    Copy the full SHA
    b33c97c View commit details
    Browse the repository at this point in the history
  6. recompiled the mexmaci64 version of writeFileNifti for compatibility …

    …with Matlab2017a. Also works with older versions, at least back to 2014b.
    JWinawer committed Apr 27, 2017
    Configuration menu
    Copy the full SHA
    dac1e84 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    003fcd2 View commit details
    Browse the repository at this point in the history
  8. I think this was just a bug - the point of isfield is that you don't …

    …have to access the field you are querying right?
    wadelab committed Apr 27, 2017
    Configuration menu
    Copy the full SHA
    b259194 View commit details
    Browse the repository at this point in the history
  9. Slight tweaks to deal with matlab's stricter type checking on ui elem…

    …ents. Also use setAnnotation in refreshView (rather than manually setting) and remove a call to MinColorMap property in openFlatWindow that doesn't seem to exist any more
    wadelab committed Apr 27, 2017
    Configuration menu
    Copy the full SHA
    35a4f10 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2017

  1. Comments corrected in niftiRead.

    Recompiled myCinterp3 for Matlab 2017a on MacOs
    wandell committed Apr 28, 2017
    Configuration menu
    Copy the full SHA
    ba82e71 View commit details
    Browse the repository at this point in the history
  2. Exit gracefully (issue a warning instead of an error message) when us…

    …er changes mind about loading a ret model
    rosemary-le committed Apr 28, 2017
    Configuration menu
    Copy the full SHA
    237b82b View commit details
    Browse the repository at this point in the history
  3. Merge pull request vistalab#232 from rosemary-le/master

    Exit gracefully when user changes mind about loading ret model
    rosemary-le authored Apr 28, 2017
    Configuration menu
    Copy the full SHA
    702c115 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2017

  1. Configuration menu
    Copy the full SHA
    c56ceb8 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2017

  1. Merge pull request vistalab#234 from jyeatman/motioncheck

    dtiInit will now write out a scan to scan motion file
    jyeatman authored May 16, 2017
    Configuration menu
    Copy the full SHA
    8541e80 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2017

  1. dwiGet for adcdataimage needed to account for the case when there are…

    … multiple b=0 images. In that case we use the mean b-0 image values. This was discovered while working on dtiError in scitranApps/dtiError.m
    
    Added comments.
    wandell committed May 28, 2017
    Configuration menu
    Copy the full SHA
    8e27a8b View commit details
    Browse the repository at this point in the history
  2. Comments mainly, though I added a small utility (wmCreate) to create …

    …a lousy white matter mask from a nifti T1 data set. It is a hack that I need for now, when I don't want to depend on the user having FSL tools.
    wandell committed May 28, 2017
    Configuration menu
    Copy the full SHA
    36dee91 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2017

  1. Added a new file to export fibers to MRTRIX format

    This should create no conflicts with previous files.
    francopestilli authored Jun 9, 2017
    Configuration menu
    Copy the full SHA
    1cae7ec View commit details
    Browse the repository at this point in the history
  2. Added option to save to disk a .tck (mrtrix) file.

    This change should not affect the previous usage.
    francopestilli authored Jun 9, 2017
    Configuration menu
    Copy the full SHA
    5580c32 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2017

  1. Configuration menu
    Copy the full SHA
    66c8848 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab9db03 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2017

  1. Configuration menu
    Copy the full SHA
    441e846 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a44b5e View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2017

  1. Merge pull request vistalab#237 from vistalab/nifti_fg

    Add one function using gray matter nifti ROI to segment white matter tract
    htakemur authored Jun 25, 2017
    Configuration menu
    Copy the full SHA
    a03d86d View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2017

  1. Configuration menu
    Copy the full SHA
    0cdc3d8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request vistalab#243 from kitchell/master

    fix single quotes in dtiExportFibersMrtrix.m
    francopestilli authored Jun 29, 2017
    Configuration menu
    Copy the full SHA
    ef01c72 View commit details
    Browse the repository at this point in the history
  3. update dtiExportFibersMrtrix

     fix issues reading/writing header and other typos
    kitchell authored Jun 29, 2017
    Configuration menu
    Copy the full SHA
    41734ca View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2017

  1. Merge pull request vistalab#244 from kitchell/patch-1

    update dtiExportFibersMrtrix
    francopestilli authored Jul 11, 2017
    Configuration menu
    Copy the full SHA
    44a0732 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bdbbd83 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2017

  1. Robustness for .tck files with corrupted header

    Often times the MRTRIX files (.tck) can have a header missing some information. I added a check for this and a warning.
    francopestilli authored Jul 12, 2017
    Configuration menu
    Copy the full SHA
    dcc2387 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0138365 View commit details
    Browse the repository at this point in the history
  3. Merge pull request vistalab#236 from vistalab/francopestilli-write-tck

    Added option to save to disk a .tck (mrtrix) file.
    francopestilli authored Jul 12, 2017
    Configuration menu
    Copy the full SHA
    9861e05 View commit details
    Browse the repository at this point in the history
  4. Merge pull request vistalab#249 from vistalab/fgRead_TRK

    Added option to save TrackVis format
    francopestilli authored Jul 12, 2017
    Configuration menu
    Copy the full SHA
    2ff0778 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2017

  1. updated mrtInstallSampleData to allow user to specify file type - pre…

    …viously only zip allowed
    JWinawer committed Jul 13, 2017
    Configuration menu
    Copy the full SHA
    66b1c14 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3020886 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a1fe8a4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    14970b0 View commit details
    Browse the repository at this point in the history
  5. typos fiex in comments

    JWinawer committed Jul 13, 2017
    Configuration menu
    Copy the full SHA
    1150f92 View commit details
    Browse the repository at this point in the history
  6. fix to the way the max is computed when using the max method to map d…

    …ata from the volume to the surface with multiple layers
    JWinawer committed Jul 13, 2017
    Configuration menu
    Copy the full SHA
    20fab65 View commit details
    Browse the repository at this point in the history
  7. merge with branch nojasonlab

    JWinawer committed Jul 13, 2017
    Configuration menu
    Copy the full SHA
    c882495 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2017

  1. Change to viewGet for case <mesh> - now, allows user to input optiona…

    …l second argument to indicate which mesh, left or right
    JWinawer committed Jul 16, 2017
    Configuration menu
    Copy the full SHA
    88dbd28 View commit details
    Browse the repository at this point in the history
  2. new function, meshImportFreesurferSurfaces, which grabs white, pial, …

    …inflated, and sphere meshes from freesurfer, and saves them in vistasoft format. also updates to tutorials using meshes.
    JWinawer committed Jul 16, 2017
    Configuration menu
    Copy the full SHA
    b264b7f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dff9e11 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7ab5fc4 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2017

  1. Configuration menu
    Copy the full SHA
    0d086e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb46831 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2017

  1. All calls to waitbar have been replaced by mrvWaitbar. This is a new …

    …wrapper function. If VISTA pref for VERBOSE is set to true, then mrvWaitbar calls waitbar and there is no difference in funtionality. If VERBOSE pref is false, then mrvWaitbar returns without opening a waitbar. This enables the user to easily prevent all popup waitbars.
    JWinawer committed Jul 22, 2017
    Configuration menu
    Copy the full SHA
    8f924ea View commit details
    Browse the repository at this point in the history
  2. Merge pull request vistalab#231 from vistalab/readFileNiftiGzSupportFix

    Changes that will compile readFileNifti default to requiring gz suppo…
    JWinawer authored Jul 22, 2017
    Configuration menu
    Copy the full SHA
    d924095 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b07ad2f View commit details
    Browse the repository at this point in the history
  4. Merge pull request vistalab#253 from vistalab/revert-231-readFileNift…

    …iGzSupportFix
    
    Revert "Changes that will compile readFileNifti default to requiring gz suppo…"
    JWinawer authored Jul 22, 2017
    Configuration menu
    Copy the full SHA
    0228c90 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b3a8110 View commit details
    Browse the repository at this point in the history
  6. Merge pull request vistalab#254 from vistalab/revert-253-revert-231-r…

    …eadFileNiftiGzSupportFix
    
    Revert "Revert "Changes that will compile readFileNifti default to requiring gz suppo…""
    JWinawer authored Jul 22, 2017
    Configuration menu
    Copy the full SHA
    44c5528 View commit details
    Browse the repository at this point in the history
  7. Revert "Merge pull request vistalab#251 from vistalab/nearpoints"

    This reverts commit fb46831, reversing
    changes made to 7ab5fc4.
    JWinawer committed Jul 22, 2017
    Configuration menu
    Copy the full SHA
    a3f227a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3e60e29 View commit details
    Browse the repository at this point in the history
  9. new test function for installing gray. also an update to cleanGray an…

    …d cleanFlat that now creates backup of old gray and flat directories, rather than deleting them
    JWinawer committed Jul 22, 2017
    Configuration menu
    Copy the full SHA
    5fa4a69 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5808033 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5f9661d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b3f0996 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2017

  1. Configuration menu
    Copy the full SHA
    318a019 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2017

  1. Merge pull request vistalab#252 from vistalab/waitbar

    All calls to waitbar have been replaced by mrvWaitbar. This is a new …
    JWinawer authored Jul 25, 2017
    Configuration menu
    Copy the full SHA
    153f00b View commit details
    Browse the repository at this point in the history
  2. for cleanGray and cleanVolume, first check whether folders exist befo…

    …re trying to move and rename them
    JWinawer committed Jul 25, 2017
    Configuration menu
    Copy the full SHA
    c35c545 View commit details
    Browse the repository at this point in the history
  3. updates to fix the 4th column of the transform matrix of inplane nift…

    …is, after transforming them from their native space to the preferred vistasoft space (PRS, or closest possible to that; see niftiCreateXform comments)
    JWinawer committed Jul 25, 2017
    Configuration menu
    Copy the full SHA
    b951a6e View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2017

  1. Merge pull request vistalab#256 from vistalab/fixInplaneXformMatrix

    updates to fix the 4th column of the transform matrix of inplane nift…
    JWinawer authored Jul 28, 2017
    Configuration menu
    Copy the full SHA
    324456a View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2017

  1. Configuration menu
    Copy the full SHA
    8363fe7 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2017

  1. Configuration menu
    Copy the full SHA
    53dc40d View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2017

  1. Configuration menu
    Copy the full SHA
    a20e4be View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2017

  1. Merge pull request vistalab#258 from vistalab/readFileNiftiFix

    Read file nifti fix
    JWinawer authored Aug 18, 2017
    Configuration menu
    Copy the full SHA
    3f46f3f View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2017

  1. Configuration menu
    Copy the full SHA
    e811384 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2017

  1. Trying support with a tricky back compatibility issue due to changes …

    …to figure handles
    
    ishandle is a function in 2014 so that should work
    
    Jason D. Yeatman, PhD
    Assistant Professor, Institute for Learning & Brain Sciences (I-LABS)
    Department of Speech & Hearing Sciences
    University of Washington
    http://brainandeducation.com
    
    On Wed, Sep 20, 2017 at 3:10 PM, Franco Pestilli <[email protected]>
    wrote:
    
    > But unfortunately, the current version of this function is incompatible
    > with the current version of MatLab.
    >
    > Can ypu please test one of the following on your 2014b?
    > ishandle(h1)
    > isvalid(h1)
    >
    > Does any of these work for you?
    >
    > —
    > You are receiving this because you were mentioned.
    > Reply to this email directly, view it on GitHub
    > <vistalab#241 (comment)>,
    > or mute the thread
    > <https://github.com/notifications/unsubscribe-auth/ABsYyjy178xZXLPFzOVoBGt_We73YuHkks5skY1lgaJpZM4OE-bu>
    francopestilli authored Sep 21, 2017
    Configuration menu
    Copy the full SHA
    17bb4c7 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2017

  1. added the ability to compute a median of values along fiber groups ra…

    …ther than a weighted mean
    jyeatman committed Oct 5, 2017
    Configuration menu
    Copy the full SHA
    c2a655c View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into compmedian

    jyeatman committed Oct 5, 2017
    Configuration menu
    Copy the full SHA
    45d85e4 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2017

  1. Configuration menu
    Copy the full SHA
    06f478f View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2018

  1. When loading a nifti file into a paramter map, treat the 4th dimensio…

    …n as an index into the scannumber, rather than discarding all data beyond the 1st entry in the 4th dimension
    JWinawer committed Jan 10, 2018
    Configuration menu
    Copy the full SHA
    89ac723 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2018

  1. Configuration menu
    Copy the full SHA
    2ff4d90 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e979f5 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2018

  1. Configuration menu
    Copy the full SHA
    6073bb4 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2018

  1. getTSeriesROI can take some time with large ROIs. Code now prints out…

    … progress so user doesn't think the code crashed
    rosemary-le committed Jan 23, 2018
    Configuration menu
    Copy the full SHA
    91eadae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80b4da5 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2018

  1. Configuration menu
    Copy the full SHA
    d8f1129 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eae8b5b View commit details
    Browse the repository at this point in the history
  3. minor cleanup

    JWinawer committed Jan 25, 2018
    Configuration menu
    Copy the full SHA
    bd3bd9d View commit details
    Browse the repository at this point in the history
  4. minor cleanup

    JWinawer committed Jan 25, 2018
    Configuration menu
    Copy the full SHA
    c99d8b6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d4229fd View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2018

  1. Configuration menu
    Copy the full SHA
    ed2e1ee View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2018

  1. allow for plotting single cycles when there are not an integer number…

    … of time points per cycle
    JWinawer committed Feb 27, 2018
    Configuration menu
    Copy the full SHA
    04536c2 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2018

  1. Configuration menu
    Copy the full SHA
    8619558 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83b4538 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ed567b5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    52e1314 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9c6aeb2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    081447e View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2018

  1. Update README.md

    JWinawer authored Mar 8, 2018
    Configuration menu
    Copy the full SHA
    a44d421 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2018

  1. Configuration menu
    Copy the full SHA
    8e1cba6 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2018

  1. Configuration menu
    Copy the full SHA
    1769550 View commit details
    Browse the repository at this point in the history
  2. add a colormap

    rosemary-le committed Apr 11, 2018
    Configuration menu
    Copy the full SHA
    ed575e7 View commit details
    Browse the repository at this point in the history
  3. Merge pull request vistalab#285 from rosemary-le/master

    Minor changes to various functions
    rosemary-le authored Apr 11, 2018
    Configuration menu
    Copy the full SHA
    dd0deef View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b447c48 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    365bc9e View commit details
    Browse the repository at this point in the history
  6. Add a branch

    Merge remote-tracking branch 'upstream/master' into crossModelValidation
    rosemary-le committed Apr 11, 2018
    Configuration menu
    Copy the full SHA
    0c4a5b9 View commit details
    Browse the repository at this point in the history
  7. Merge pull request vistalab#286 from rosemary-le/crossModelValidation

    edits to rmPredictedTSeries.m
    rosemary-le authored Apr 11, 2018
    Configuration menu
    Copy the full SHA
    07bcf64 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2018

  1. removed check for spm2 which uses function that breaks in

    deployed(compiled) mode. vistalab#278
    soichih committed Apr 12, 2018
    Configuration menu
    Copy the full SHA
    d232a58 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2018

  1. minor syntax updates

    JWinawer committed Apr 19, 2018
    Configuration menu
    Copy the full SHA
    7c3f0ab View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2018

  1. Configuration menu
    Copy the full SHA
    20d4436 View commit details
    Browse the repository at this point in the history
  2. Merge pull request vistalab#288 from rosemary-le/master

    2 changes to rmCoordsGet
    rosemary-le authored Apr 20, 2018
    Configuration menu
    Copy the full SHA
    8f3ae00 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4ee050a View commit details
    Browse the repository at this point in the history
  4. Merge pull request vistalab#289 from rosemary-le/master

    Minor bugs in rmSearchFit that was preventing ovals from being fit
    rosemary-le authored Apr 20, 2018
    Configuration menu
    Copy the full SHA
    fcd98fa View commit details
    Browse the repository at this point in the history

Commits on May 18, 2018

  1. Update dtiImportFibersMrtrix.m

    Original code expected one "counts:" field in a mrtrix .tck header.  This is problematic when using the mrtrix command cat_tracks to combine .tcks, which appends an additional "counts:" field to the end of the .tck header. Change is to just grab the max index and passing that through.
    bacaron authored May 18, 2018
    Configuration menu
    Copy the full SHA
    acfd3ee View commit details
    Browse the repository at this point in the history
  2. Merge pull request vistalab#291 from bacaron/patch-2

    Update dtiImportFibersMrtrix.m
    francopestilli authored May 18, 2018
    Configuration menu
    Copy the full SHA
    b882e0b View commit details
    Browse the repository at this point in the history
  3. added abs on false(sz)

    use of false() as a means of getting an array of zeros on sz resulted in an empty dimension when a negative is passed in.  The previous structure seemed to be predicated on a presumption of either RAS or LPI.  Use of Abs(sz) ensures that the actual dimensions are passed.
    DanNBullock authored May 18, 2018
    Configuration menu
    Copy the full SHA
    a78ed21 View commit details
    Browse the repository at this point in the history
  4. Update dtiRoiToImg.m

    per Dan Bullock (git user DanNBullock), use of false() as a means of getting an array of zeros on sz resulted in an empty dimension when a negative is passed in. The previous structure seemed to be predicated on a presumption of either RAS or LPI. Use of Abs(sz) ensures that the actual dimensions are passed.
    bacaron authored May 18, 2018
    Configuration menu
    Copy the full SHA
    b55cda4 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2018

  1. Merge pull request vistalab#287 from soichih/master

    removed check for spm2 which uses function that breaks in deployed mode
    wandell authored May 22, 2018
    Configuration menu
    Copy the full SHA
    d7ae410 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de3d740 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2018

  1. Merge pull request vistalab#292 from bacaron/patch-3

    Update dtiRoiToImg.m
    jyeatman authored May 28, 2018
    Configuration menu
    Copy the full SHA
    8c402f9 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2018

  1. Comment formatting.

    wandell committed Jun 29, 2018
    Configuration menu
    Copy the full SHA
    ae2b8ac View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2018

  1. Configuration menu
    Copy the full SHA
    390233d View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2018

  1. Some comments on the test related stuff.

    Some updates on the gifti/OBJ stuff. This still needs work.
    See comments about gifti and github and SPM12 in the files.
    wandell committed Jul 3, 2018
    Configuration menu
    Copy the full SHA
    be17925 View commit details
    Browse the repository at this point in the history
  2. Comments

    wandell committed Jul 3, 2018
    Configuration menu
    Copy the full SHA
    7e2eb74 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2018

  1. Configuration menu
    Copy the full SHA
    a2de292 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b627301 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dde359c View commit details
    Browse the repository at this point in the history
  4. Data management

    wandell committed Jul 5, 2018
    Configuration menu
    Copy the full SHA
    7e4a5c5 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2018

  1. Configuration menu
    Copy the full SHA
    8bea0b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf75f1a View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2018

  1. Configuration menu
    Copy the full SHA
    c029ecf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8ffcb2 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2018

  1. Configuration menu
    Copy the full SHA
    5cea972 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    757465e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d075a66 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e6aa4c7 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2018

  1. Configuration menu
    Copy the full SHA
    da83033 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2018

  1. removed previous fix, added new one above

    Per the comment in the main repo, the inability to deal with alternate orientations is leading to negative numbers here, which interacts poorly with the addition step.  (if the diff value ends up being negative, the addition of one reduces the actual size).
    DanNBullock authored Nov 26, 2018
    Configuration menu
    Copy the full SHA
    cab4b57 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2018

  1. Configuration menu
    Copy the full SHA
    1f11941 View commit details
    Browse the repository at this point in the history