Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 7db7b646 authored by CERUTTI Guillaume's avatar CERUTTI Guillaume
Browse files

Merge branch 'master' into develop

parents f99b4591 063bd029
No related branches found
No related tags found
No related merge requests found
Pipeline #996737 failed
......@@ -18,7 +18,7 @@ from timagetk_geometry.image_surface.tissue_image_mesh import surface_tissue_mes
# {# gnomon, plugin.class
# do not modify, any code after the gnomon tag will be overwritten
@algorithmPlugin(version='1.0.0', coreversion='0.72.0', name="Cell Mesh Flip Optimization")
@algorithmPlugin(version='1.0.0', coreversion='1.0.0', name="Cell Mesh Flip Optimization")
@cellImageInput("seg_img", data_plugin="gnomonCellImageDataTissueImage")
@meshInput(attr='in_surface_topomesh', data_plugin='gnomonMeshDataPropertyTopomesh')
@meshOutput(attr='surface_topomesh', data_plugin='gnomonMeshDataPropertyTopomesh')
......
......@@ -16,7 +16,7 @@ from timagetk_geometry.image_surface.tissue_image_mesh import surface_vertex_nor
# {# gnomon, plugin.class
# do not modify, any code after the gnomon tag will be overwritten
@algorithmPlugin(version='1.0.0', coreversion='0.72.0', name="Surface Cell Projection")
@algorithmPlugin(version='1.0.0', coreversion='1.0.0', name="Surface Cell Projection")
@cellImageInput("seg_img", data_plugin="gnomonCellImageDataTissueImage")
@meshInput(attr='in_surface_topomesh', data_plugin='gnomonMeshDataPropertyTopomesh')
@meshOutput(attr='surface_topomesh', data_plugin='gnomonMeshDataPropertyTopomesh')
......
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