Skip to content

Commit

Permalink
Merge pull request #267 from cta-observatory/gainsel
Browse files Browse the repository at this point in the history
Update gain selection tool
  • Loading branch information
morcuended authored Jan 11, 2024
2 parents 053481f + 4fd6c56 commit 54d8fd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/osa/scripts/gain_selection.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

log = myLogger(logging.getLogger(__name__))

PATH = "PATH=/fefs/aswg/software/gain_selection/bin:$PATH"
PATH = "PATH=/fefs/aswg/software/offline_dvr/bin:$PATH"


def get_sbatch_script(
Expand All @@ -36,7 +36,7 @@ def get_sbatch_script(
#SBATCH --job-name "gain_selection_{run_id:05d}"
#SBATCH --export {PATH}
lst_select_gain {input_file} {output_dir} {ref_time} {ref_counter} {module} {ref_source}
lst_dvr {input_file} {output_dir} {ref_time} {ref_counter} {module} {ref_source}
"""
)

Expand Down

0 comments on commit 54d8fd6

Please sign in to comment.