Skip to content

Commit 3b5e3f4

Browse files
committed
Rename animaFibersCounter_fusion.cxx and add of a reminder about orientation convention change.
1 parent f9fbc36 commit 3b5e3f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Anima/diffusion/tractography/fibers_counter/animaFibersCounter_fusion.cxx renamed to Anima/diffusion/tractography/fibers_counter/animaFibersCounter.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ void incrementInterpolateVoxels(IndexType index, IndexType indexNext, double inc
6868
*/
6969
int main(int argc, char **argv)
7070
{
71-
TCLAP::CmdLine cmd("INRIA / IRISA - VisAGeS/Empenn Team", ' ', ANIMA_VERSION);
71+
TCLAP::CmdLine cmd("This binary converts an input tracks file (vtp or vtk) into a density map, giving for each voxel the number or proportion of tracks from the input image passing through it. \n Warning : Anima uses LPS convention; if input file uses another convention (for example RAS) one must convert to LPS convention first. \n For example to move from RAS to LPS convention, one must rotate the input tracks file by 180° around z-axis. \n INRIA / IRISA - VisAGeS/Empenn Team", ' ', ANIMA_VERSION);
7272

7373
//Define arguments
7474
TCLAP::ValueArg<std::string> inArg("i", "input", "Input tracks file (vtp, vtk)", true, "", "input tracks file (vtp, vtk)", cmd);

0 commit comments

Comments
 (0)