ows-to-script¶
Purpose¶
est ows-to-script is the command to convert a .ows file (workflow file) to a python script
Usage¶
est ows-to-script [ows-file.ows] [output-file.py] [[--overwrite]]
Examples of usage¶
# 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"