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

add save also slices with 0 voxels

parent 4c1c1a21
No related branches found
No related tags found
No related merge requests found
...@@ -115,6 +115,10 @@ void xfibres_gpu( //INPUT ...@@ -115,6 +115,10 @@ void xfibres_gpu( //INPUT
/////// FINISH ALL VOXELS /////// /////// FINISH ALL VOXELS ///////
record_finish_voxels(vol2matrixkey, matrix2volkey, mask, multirecords_gpu, rf0_gpu, rtau_gpu, rs0_gpu, rd_gpu, rdstd_gpu, rth_gpu, rph_gpu, rf_gpu, rlikelihood_energy_gpu, nvox); record_finish_voxels(vol2matrixkey, matrix2volkey, mask, multirecords_gpu, rf0_gpu, rtau_gpu, rs0_gpu, rd_gpu, rdstd_gpu, rth_gpu, rph_gpu, rf_gpu, rlikelihood_energy_gpu, nvox);
}else{
/////// FINISH EMPTY SLICE ///////
Samples samples(vol2matrixkey,matrix2volkey,nvox,NDIRECTIONS);
samples.save(mask);
} }
} }
......
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