diff --git a/example/cfis/config_tile_Sx_exp_mccd.ini b/example/cfis/config_tile_Sx_exp_mccd.ini index 1b4865ae1..bcf191baf 100644 --- a/example/cfis/config_tile_Sx_exp_mccd.ini +++ b/example/cfis/config_tile_Sx_exp_mccd.ini @@ -19,12 +19,10 @@ RUN_NAME = run_sp_SxSePsfSx [EXECUTION] # Module name, single string or comma-separated list of valid module runner names -MODULE = sextractor_runner, merge_starcat_runner, mccd_plots_runner, sextractor_runner - -#MODULE = sextractor_runner, setools_runner, -#mccd_preprocessing_runner, mccd_fit_val_runner, -#merge_starcat_runner, mccd_plots_runner, -#sextractor_runner +MODULE = sextractor_runner, setools_runner, + mccd_preprocessing_runner, mccd_fit_val_runner, + merge_starcat_runner, mccd_plots_runner, + sextractor_runner # Run mode, SMP or MPI MODE = SMP diff --git a/scripts/sh/job_sp.bash b/scripts/sh/job_sp.bash index 6c04e1606..5406fb4cf 100755 --- a/scripts/sh/job_sp.bash +++ b/scripts/sh/job_sp.bash @@ -435,8 +435,8 @@ if [[ $do_job != 0 ]]; then "setools_plot" ) DIRS=( - "*/make_catalog_runner/output" - "*/mask_runner/output" + "*/make_cat_runner/output" + "*/mask_runner_run_1/output" "*/setools_runner/output/mask" "*/setools_runner/output/stat" "*/setools_runner/output/plot"