Mercurial > repos > iuc > spyboat
view run_tests.sh @ 5:9e54ad0299d0 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/spyboat commit 8436aab757c3f41423f3ba76961c2f599f97fc40
| author | iuc |
|---|---|
| date | Wed, 10 May 2023 18:51:53 +0000 |
| parents | 5716979b9d34 |
| children |
line wrap: on
line source
#!/usr/bin/env bash INPUT_PATH='./test-data/test-movie.tif' SCRIPT_PATH='.' # set to galaxy defaults!! python3 $SCRIPT_PATH/spyboat_cli.py --input_path $INPUT_PATH --phase_out phase_out.tif --period_out period_out.tif --dt 1 --Tmin 20 --Tmax 30 --nT 150 --ncpu 6 --Tcutoff 40 # additional paramters #--masking static --mask_frame 10 --mask_thresh 300 --rescale 80 --gauss_sigma 1 printf "\n" # printf "\nError examples:\n"
