From b48abc7c67e4a67c7b5ecff4398264810cfc5e7e Mon Sep 17 00:00:00 2001 From: "Sergey E. Koposov" Date: Wed, 31 Jul 2024 19:29:45 +0100 Subject: [PATCH] forgotten yaml --- tests/scripts/desi_fit.sh | 4 ++-- tests/yamls/config_desi.yaml | 7 +++++++ 2 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 tests/yamls/config_desi.yaml diff --git a/tests/scripts/desi_fit.sh b/tests/scripts/desi_fit.sh index 5453d2a..8f89d55 100755 --- a/tests/scripts/desi_fit.sh +++ b/tests/scripts/desi_fit.sh @@ -1,7 +1,7 @@ #!/bin/bash -e -rvs_desi_fit --output_dir ./tests_desi_output --no_subdirs --minsn=2 --config tests/yamls/config_desi.yaml --objtypes='SCND_ANY,MWS_ANY,STD_*' --zbest_include --nthreads=2 ./tests/data/coadd-sv1-bright-10378.fits --process_status_file /tmp/tests_desi.status --log_level=DEBUG +rvs_desi_fit --output_dir ./tests_desi_output --no_subdirs --minsn=2 --config tests/yamls/config_desi.yaml --objtypes='SCND_ANY,MWS_ANY,STD_*' --zbest_include --nthreads=2 tests/data/coadd-sv1-bright-10378.fits --process_status_file /tmp/tests_desi.status --log_level=DEBUG # 1 thread for coverage -rvs_desi_fit --output_dir ./tests_desi_output --no_subdirs --minsn=2 --config tests/yamls/config_desi.yaml --objtypes='SCND_ANY,MWS_ANY,STD_*' --zbest_include --nthreads=1 ./tests/data/coadd-sv1-bright-10378.fits --process_status_file /tmp/tests_desi.status --log_level=DEBUG +rvs_desi_fit --output_dir ./tests_desi_output --no_subdirs --minsn=2 --config tests/yamls/config_desi.yaml --objtypes='SCND_ANY,MWS_ANY,STD_*' --throw_exceptions --zbest_include --nthreads=1 tests/data/coadd-sv1-bright-10378.fits --process_status_file /tmp/tests_desi.status --log_level=DEBUG diff --git a/tests/yamls/config_desi.yaml b/tests/yamls/config_desi.yaml new file mode 100644 index 0000000..40177ba --- /dev/null +++ b/tests/yamls/config_desi.yaml @@ -0,0 +1,7 @@ +template_lib: 'tests/templ_data_desi/' +min_vel: -1000 +max_vel: 1000 +min_vel_step: 0.2 +vel_step0: 5 +min_vsini: 0.1 +max_vsini: 500