planktoscope/pipeline/pipeline.php
2019-12-10 17:23:15 -08:00

8 lines
166 B
PHP

<?php
$nb_step = $_REQUEST["nb_step"];
$orientation = $_REQUEST["orientation"];
$output = shell_exec('/usr/bin/python3 pipeline.py '.$nb_step.' '.$orientation);
?>