Skip to content

Commit

Permalink
[doc] add convert shapes doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ocommowi committed May 6, 2021
1 parent 6a64df3 commit cc66db5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/source/basic_processing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
--------------

Expand Down

0 comments on commit cc66db5

Please sign in to comment.