diff run_tests.sh @ 3:4d7f30a7e2f6 draft

"planemo upload commit d070f1ba04a5141a65487f45b29c22767639e44b"
author gregor.m
date Tue, 24 Nov 2020 13:06:26 +0000
parents 1d62de03829d
children a4c6fcf2c456
line wrap: on
line diff
--- a/run_tests.sh	Mon Nov 23 14:38:37 2020 +0000
+++ b/run_tests.sh	Tue Nov 24 13:06:26 2020 +0000
@@ -1,13 +1,10 @@
 #!/usr/bin/env bash
 
-# example command, minimal options: no detrending,
-# no rescaling, no masking, no amplitude norm., no blurring
 
 INPUT_PATH='./test-data/test-movie.tif'
-# INPUT_PATH='./test-data/SCN_L20_Evans2013-half.tif'
 SCRIPT_PATH='.'
 
-python3 $SCRIPT_PATH/cl_wrapper.py --input_path $INPUT_PATH --phase_out phase_twosines_out.tif --period_out period_twosines_out.tif --power_out power_twosines_out.tif  --amplitude_out amplitude_twosines_out.tif --dt .5 --Tmin 20 --Tmax 30 --nT 200 --ncpu 6 --masking dynamic --preprocessed_out preproc_two_sines.tif --gauss_sigma 3 --rescale 50 --Tcutoff 40 --masking fixed --mask_frame 10 --mask_thresh 8
+python3 $SCRIPT_PATH/spyboat_cli.py --input_path $INPUT_PATH --phase_out phase_twosines_out.tif --period_out period_twosines_out.tif --power_out power_twosines_out.tif  --amplitude_out amplitude_twosines_out.tif --dt 1 --Tmin 2 --Tmax 30 --nT 200 --ncpu 6 --masking dynamic --preprocessed_out preproc_two_sines.tif --gauss_sigma 3 --rescale 80 --Tcutoff 40 --masking static --mask_frame 10 --mask_thresh 8
 
 printf "\n"
 # printf "\nError examples:\n"