diff --git a/tests/scripts/gen_test_templ.sh b/tests/scripts/gen_test_templ.sh index b65eb43..0ae135c 100755 --- a/tests/scripts/gen_test_templ.sh +++ b/tests/scripts/gen_test_templ.sh @@ -1,5 +1,5 @@ #!/bin/bash -e -DIR=`dirname $0` +DIR=`dirname $0`/../ DBFILE=$DIR/files_config1.db PREF=$DIR/tmp/ PREF1=$DIR/templ_data_test/ diff --git a/tests/scripts/gen_test_templ_grid.sh b/tests/scripts/gen_test_templ_grid.sh index 7d610bf..d351174 100755 --- a/tests/scripts/gen_test_templ_grid.sh +++ b/tests/scripts/gen_test_templ_grid.sh @@ -1,5 +1,5 @@ #!/bin/bash -e -DIR=`dirname $0` +DIR=`dirname $0`/../ DBFILE=$DIR/files_config1_grid.db PREF=$DIR/tmp/ PREF1=$DIR/templ_data_test/ diff --git a/tests/scripts/make_templ.sh b/tests/scripts/make_templ.sh index abdf5de..3170af1 100755 --- a/tests/scripts/make_templ.sh +++ b/tests/scripts/make_templ.sh @@ -1,5 +1,5 @@ #!/bin/bash -e -DIR=`dirname $0` +DIR=`dirname $0`/../ PREFIX=$DIR//templ_data TEMPLPREF=$DIR/small_phoenix/ WAVEFILE=$DIR/small_phoenix/WAVE_PHOENIX-ACES-AGSS-COND-2011.fits diff --git a/tests/scripts/make_templ_nn.sh b/tests/scripts/make_templ_nn.sh index a2d3ef9..ea1c784 100755 --- a/tests/scripts/make_templ_nn.sh +++ b/tests/scripts/make_templ_nn.sh @@ -1,5 +1,5 @@ #!/bin/bash -e -DIR=`dirname $0` +DIR=`dirname $0`/../ PREFIX=$DIR//templ_data TEMPLPREF=$DIR/small_phoenix/ WAVEFILE=$DIR/small_phoenix/WAVE_PHOENIX-ACES-AGSS-COND-2011.fits diff --git a/tests/scripts/make_templ_regul.sh b/tests/scripts/make_templ_regul.sh index 415c14b..c21b0ec 100755 --- a/tests/scripts/make_templ_regul.sh +++ b/tests/scripts/make_templ_regul.sh @@ -1,5 +1,5 @@ #!/bin/bash -e -DIR=`dirname $0` +DIR=`dirname $0`/../ PREFIX=$DIR//templ_data TEMPLPREF=$DIR/small_phoenix/ WAVEFILE=$DIR/small_phoenix/WAVE_PHOENIX-ACES-AGSS-COND-2011.fits