Skip to content

Commit

Permalink
Rename animaFibersCounter_fusion.cxx and add of a reminder about orie…
Browse files Browse the repository at this point in the history
…ntation convention change.
  • Loading branch information
Gregoire-V committed Dec 10, 2024
1 parent f9fbc36 commit 3b5e3f4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ void incrementInterpolateVoxels(IndexType index, IndexType indexNext, double inc
*/
int main(int argc, char **argv)
{
TCLAP::CmdLine cmd("INRIA / IRISA - VisAGeS/Empenn Team", ' ', ANIMA_VERSION);
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);

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

0 comments on commit 3b5e3f4

Please sign in to comment.