From cc66db534fec182aaa9bd90c71a0c5aba0914c16 Mon Sep 17 00:00:00 2001 From: Olivier Commowick Date: Thu, 6 May 2021 17:56:58 +0200 Subject: [PATCH] [doc] add convert shapes doc --- docs/source/basic_processing.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/source/basic_processing.rst b/docs/source/basic_processing.rst index 3e61421ee..96cb7677f 100644 --- a/docs/source/basic_processing.rst +++ b/docs/source/basic_processing.rst @@ -88,6 +88,17 @@ Image conversion animaConvertImage -i Image.nii.gz -I -R CORONAL -o Image_Coronal.nrrd +Shapes format conversion +------------------------ + +**animaConvertShapes** allows you to convert shapes (fibers, surfaces, etc.) between file formats supported by Anima (vtk, vtp, fds, csv). + +*Example:* this converts a VTK ascii file to a VTP file. + +.. code-block:: sh + + animaConvertShapes -i Shape.vtk -o Shape.vtp + Image cropping --------------