Skip to content
Snippets Groups Projects
Commit 347095f7 authored by Moises Fernandez's avatar Moises Fernandez
Browse files

Changed to divide in subparts the jobs

parent 24733487
No related branches found
No related tags found
No related merge requests found
...@@ -10,16 +10,14 @@ ...@@ -10,16 +10,14 @@
#include "newimage/newimageall.h" #include "newimage/newimageall.h"
#include <string> #include <string>
int xfibres_gpu(char *subjdir,int slice, int nextras, char** extras); //int xfibres_gpu(char *subjdir,int slice, int nextras, char** extras);
void join_subParts(string name, int size_part, int nsubparts, int size_sub_part, int last_sub_part, bool mean);
void xfibres_gpu( //INPUT void xfibres_gpu( //INPUT
const NEWMAT::Matrix datam, const NEWMAT::Matrix datam,
const NEWMAT::Matrix bvals, const NEWMAT::Matrix bvals,
const NEWMAT::Matrix bvecs, const NEWMAT::Matrix bvecs,
const NEWMAT::Matrix gradm, const NEWMAT::Matrix gradm,
const NEWIMAGE::volume<int> vol2matrixkey, int idpart);
const NEWMAT::Matrix matrix2volkey,
const NEWIMAGE::volume<float> mask,
const int slice,
const char* subjdir);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment