summaryrefslogtreecommitdiffstats
path: root/tests/test-153.sh
blob: d960c6ff069bdb9019f120b6d6cfc34a4db8e4c4 (plain)
1
2
3
4
5
6
#!/bin/bash

python -c "import numpy; import tifffile; tifffile.imsave('d64.tif', numpy.arange(0, 64).reshape((8, 8)).astype(numpy.float64))"

ufo-launch -q read path=d64.tif ! null
exit $?