Skip to content

Commit

Permalink
Updated documentation with the new parameter
Browse files Browse the repository at this point in the history
Updated documentation with the new parameter
  • Loading branch information
FranceBB authored Sep 25, 2023
1 parent 83a74b3 commit fd43c64
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
![alt text](https://i.ytimg.com/vi/kYB8IZa5AuE/maxresdefault.jpg)
This script performs Linear Transformations based on a matrix conversion.
<br>
The function has two parameters: Input and Output.
The function has two mandatory parameters: Input and Output.
<br>
The function also has one optional parameter: Interpolation.
<br>
The interpolation parameter can either be set to "Trilinear" or "Tetrahedral" and by default it's set to Tetrahedral as it achieves better results.
<br>
Currently, only those conversions are supported:
<br>
Expand Down

0 comments on commit fd43c64

Please sign in to comment.