Skip to content

Commit

Permalink
forgotten yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
segasai committed Jul 31, 2024
1 parent b8cb0ab commit b48abc7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/scripts/desi_fit.sh
Original file line number Diff line number Diff line change
@@ -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

7 changes: 7 additions & 0 deletions tests/yamls/config_desi.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit b48abc7

Please sign in to comment.