ENH: Check quaternion validity and correct for precision errors
Test output including new conmat functionality
ENH: Allow SD as a tract stat
ENH: Allow conmat to count longest paths.
Tests for longest path endpoints
BUG: bitpix set incorrectly for RGB images, doesn't bother ITK but fixing anyway
removed stray CORBA import which was causing compile issues with Java 9+
Somehow lost the code that allowed headers in conmat label definitions. Re-adding it
Adding an option to conmat to output the graph nodes
Allow -unweightedb in estimatesnr
Make -bscale 1 the default, which is what most DTI users will want
ENH: eig2nii converts dteig output to nii
ENH: Allow non-zero unweighted measurements for dtspd
Another attempt to fix bigbass script test problems
Reverting bigbass test output - not sure why it changed
Automated test update from nightly build script
opps! forgot that this needs to happen from trajfiles as well. Added same machinery to signal generation from trajfiles as well.
minor changes and small catches plus some generalised tidying up.
enhanced signal generation code which generated real, imaginary, magnitude, phase information with combination controlled by front end specification. Output is scalar unless COMPLEX or MAGNPHASE options are chosen, in which case this builds 2N scalars with a pair per line in the scheme file as {real, imag} or {magn, phase} respectively. This is draft and untested.
top-level machinery and calculation flags. not functional yet.
Updating doc
Document cone of uncertainty output for orientbiasmap
remove the moduli from AgnosticScan's phaseshift accumulator to see if this was causing problems
remove the moduli from AgnosticScan's phaseshift accumulator to see if this was causing problems
Standardize residuals
added logging message to check dot product timestep case is being caught successfully
Increase I/O buffering
WIP on dtspd command. Also did some I/O speed tinkering
dtspd command implemented
Merge branch 'master' of ssh://git.code.sf.net/p/camino/code into dtiQC
Output additional stuff from orientbiasmap
Merge remote-tracking branch 'origin/master' into dtiQC
Almost complete first pass
annoying bug which was killing the exchange statistics -- wasn't breaking out of the loop which checks exchange probs correctly which meant that everyone ended up stuck in the last fluid. should be fixed now.
Automated test update from nightly build script
Working on fixing negative eigenvalues and other QC output. Might also try iRESTORE
Update test to deal with new default bscale = 1 for fsl2scheme
found a stupid bug. All RNGs used to exchange between fluids all had the same seed, which meant that either all the spins exhcange or none of them do. Added a seed offset to each one, and we now have different exchange trajectories for different spins. There was also a problem with the stats, whereby counters were incremented at every timestep regardless of an exchange event or not. This is now also fixed.
added output of raw exchange statistics to text files after multifluid simulations. exhcanging walkers count their exchange events and output this and their mean residence times at the end of dynamics.
added an optimisation to the gradient impulse calculation from GradientWaveform_Schemes which takes advantage of a special case where the umber of updates in the dynamics is the same as the number of blocks in the waveform scheme. Underthese circumstances the phase shift for a spin reduces to the dot product of the trajectory and the genwave. This case is now explicitly checked for as the scheme file is parsed. There's a final flag introduced into the GradientWaveform_Scheme object which diff...
Make -bscale 1 the default for fsl2scheme, as m...
fixed problem with all multifluid walkers execu...
removed debug messages
changes to stepgen factory to allow non-singlet...
further initialisation fix.
bugfix in multiple diffusivity initialisation
fixed initialisation issue in multifluids where...
small bugfix on command line
added commandline specification of initial walk...
fit draft of exchanging walkers, including comm...
Define javac variable in Makefile, needed to pa...
Merge branch 'master' of ssh://git.code.sf.net/...
undoing previous accidental commit to master br...
first draft of multi-fluid exchanging walkers. ...
Define javac variable in Makefile, needed to pa...
Merge remote branch 'origin/master'
BUG: image extension error when writing .nii fi...
DOC: Correct averagedwi example usage
BUG: SteTan scheme file should be all SI units
Merge remote-tracking branch 'origin/master'
minor bug fix in simulation
BUG: Fix run-time error when computing conmat w...
conmat - endpoints were always applied. This is...
Merge branch 'master' of ssh://git.code.sf.net/...
Use NIFTI qforms even if the code is 4 (needed ...
Automated test update from nightly build script
ENH: Zero out gradients in fsl2scheme if b-valu...
Merge remote-tracking branch 'origin/master'
Automated test update from nightly build script
Adding files to go with previous commits
ENH: New code to subset data
ENH: Testing files for new code
Merge remote-tracking branch 'origin/master'
BUG: Linear fit failures could cause residual /...
Automated test update from nightly build script
Avoid introducing a requirement for Java 8 by u...
Test and improve averagedwi program
ENH: Average DWI, select shells to average over
DOC: Man pages for functionality to be developed
nested cylinders on distributed substrates
Added nested cylinders with specified depth, ad...
Automated test update from nightly build script
BUG: nii2dt missing the java call to test for a...
Merge remote-tracking branch 'origin/master' in...
ENH: Bedpost tracking, now with docs and tests
WIP: Bedpost tracking. Need to test against pro...
Automated test update from nightly build script
BUG: Update tracking results.
BUG: New script test to go with new tracking re...
Merge remote-tracking branch 'origin/master' in...
BUG: Make test results for SH norm moment consi...
ENH: Add an option to output tracts in voxel sp...
ENH: Bedpost dyad tracking appears to work and ...
WIP: Bedpostx dyad tracking + probabilistic sup...