diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2020-02-01 13:07:46 +0100 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2020-02-01 13:07:46 +0100 |
commit | 0ce4e8d52fd491268a56c10dbb32fd5c996e2589 (patch) | |
tree | afe5defc2a845f0b65936a1874e4658412eff2cd /tests/roof-sim.sh | |
parent | 44cef2cb16dd2bc55ad34d0b8313f7f314b0107a (diff) | |
download | ufo-roof-0ce4e8d52fd491268a56c10dbb32fd5c996e2589.tar.gz ufo-roof-0ce4e8d52fd491268a56c10dbb32fd5c996e2589.tar.bz2 ufo-roof-0ce4e8d52fd491268a56c10dbb32fd5c996e2589.tar.xz ufo-roof-0ce4e8d52fd491268a56c10dbb32fd5c996e2589.zip |
Initial Python infrastructure to build more complex processing pipelines and the corresponding changes in ROOF filters
Diffstat (limited to 'tests/roof-sim.sh')
-rwxr-xr-x | tests/roof-sim.sh | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/tests/roof-sim.sh b/tests/roof-sim.sh deleted file mode 100755 index 4374221..0000000 --- a/tests/roof-sim.sh +++ /dev/null @@ -1,14 +0,0 @@ -#! /bin/bash - -. config.sh - -#cat roof.yaml | yq r - -j | jq '' | sed -r '/\[$/ {:a;N;s/\]/&/;Ta;s/\n +//g;s/,(.)/, \1/}' > roof.json -cat roof.yaml | python3 yaml2json.py | sed -r '/\[$/ {:a;N;s/\]/&/;Ta;s/\n +//g;s/,(.)/, \1/}' > roof.json - -LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/usr/local/lib$arch" GI_TYPELIB_PATH="/usr/local/lib$arch/girepository-1.0/" \ - python3 roof.py -c roof.json -o "/home/csa/roof2_data/test_data.sino/sino-%03i.tif" -n 1 "$@" -# python3 roof.py -c roof.json -o "/home/csa/roof2_data/test_data.sino/sino-%03i.raw" -n 1 "$@" - -# python3 roof.py -c roof.json -o "/home/csa/roof2_data/test_data.sino/sino%i.tif" -n 1 "$@" - -# python3 roof.py -c roof.json "$@" |