-
Applying FSL's eddy cuda patch results in a new folder *eddy_cuda8.0*. Different versions of eddy_cuda folders when the original eddy_cuda is present will result in `lib/mrtrix3/fsl.py` (line 50): `ve…
-
Hi Giuseppe,
Thank you for developing such an excellent tool for estimating DTI-ALPS.
I have noticed that the eddy correct comment eddy_openmp is deprecated in FSL 6.0.6 [here](https://github.co…
-
eddy has been replaced by eddy_openmp and eddy_cuda in fsl. This requires a chaange of the call
in function eddy ...
From the fsl/eddy manual:
The eddy executables
eddy is a very computation…
-
We need two pipelines: one with FSL eddy and one with FLIRT. FSL eddy is preferred so the CLI should determine whether the input dataset meets the requirements for eddy. There are two possible ways to…
-
**Submitting author:** @carlodev (Carlo Brunelli)
**Repository:** https://github.com/carlodev/SegregatedVMSSolver.jl
**Branch with paper.md** (empty if default branch): JossPaper
**Version:** v2.0.0
*…
-
I my case, I ran tractoflow with: run_denoise_dwi false, topup false, eddy false. I still had the Bet on the DWI.
During QC, however, the **QC_Brain_Extraction_DWI** does not run. I checked why. It…
-
As Matlab has been able to run with Parallel Computing and compile to as C++ code ,I think it possible in code add LES.
Could you add an LES component?
-
Kindly find below the tasks that we achieved, the tasks we are working on and the tasks that needs to be achieved:
Done:
- Project creation (Done by Eddy)
- Database connection class (Done by Eddy)
-…
-
Hi,
This query runs :
``` sql
SELECT INITCAP('ABC COMPANY')
UNION ALL
SELECT INITCAP('Dean o''brian')
UNION ALL
SELECT TOP 10 INITCAP(fullname) FROM contact
```
It should be great to have…
-
_From @martinwicke on February 19, 2015 3:9_
The simple line logic is not enough. To see why, consider:
``` java
if(true) {
blah();
}
```
Put caret after `{`, type `x`, eddy will suggest somethin…