ows-to-script ============= Purpose ------- *est ows-to-script* is the command to convert a .ows file (workflow file) to a python script Usage ----- .. code-block:: bash est ows-to-script [ows-file.ows] [output-file.py] [[--overwrite]] Examples of usage ----------------- .. code-block:: bash # convert the file est ows-to-script workflow-file.ows output_script.py # execute the file python output_script.py --input-spectra "silx:///[...]B33_test_1.h5?path=/data" --input-channel "silx:///[...]B33_test_1.h5?path=/energy"