Skip to content
Snippets Groups Projects
Commit 30eced20 authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Fixing documentation python notebook

parent 62313e8e
No related branches found
No related tags found
No related merge requests found
Pipeline #2295 passed
...@@ -76,7 +76,7 @@ ...@@ -76,7 +76,7 @@
* example we provide 3 simple example images. The original (e.g. tiff) image has been converted into -1 / +1 values. * example we provide 3 simple example images. The original (e.g. tiff) image has been converted into -1 / +1 values.
* A jupyter notebook that does this can be found here: * A jupyter notebook that does this can be found here:
* @htmlonly * @htmlonly
* <a href='http://openfpm.mpi-cbg.de/web/images/examples/sussman_redistancing/image2binary_dolphin.ipynb'>image2binary_dolphin.ipynb</a>". * <a href='http://openfpm.mpi-cbg.de/web/images/examples/sussman_redistancing/image2binary_dolphin.ipynb'>image2binary_dolphin.ipynb</a>.
* @endhtmlonly * @endhtmlonly
* Optionally, we can define the grid dimensionality and some indices for better code readability later on. * Optionally, we can define the grid dimensionality and some indices for better code readability later on.
* * \p x: First dimension * * \p x: First dimension
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
* In this example the image stack is read from a binary file. A jupyter notebook that converts tiff-images into * In this example the image stack is read from a binary file. A jupyter notebook that converts tiff-images into
* -1/+1 binary files can be found here: * -1/+1 binary files can be found here:
* @htmlonly * @htmlonly
* <a href='http://openfpm.mpi-cbg.de/web/images/examples/sussman_redistancing/image2binary_dolphin.ipynb'>image2binary_dolphin.ipynb</a>". * <a href='http://openfpm.mpi-cbg.de/web/images/examples/sussman_redistancing/image2binary_dolphin.ipynb'>image2binary_dolphin.ipynb</a>.
* @endhtmlonly * @endhtmlonly
* A 3D cartesian grid with same dimensions as image * A 3D cartesian grid with same dimensions as image
* stack is constructed. The grid resolution can be either 1 grid node for each pixel in x and y) or the resolution * stack is constructed. The grid resolution can be either 1 grid node for each pixel in x and y) or the resolution
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment