diff --git a/environment.yml b/environment.yml index 8679b7ec..ba1880a8 100644 --- a/environment.yml +++ b/environment.yml @@ -24,8 +24,8 @@ dependencies: - protobuf=3.20 - ctapipe_io_lst=0.22 - ctaplot~=0.6.4 - - pyirf=0.8 - - lstchain~=0.10.0 + - pyirf~=0.10 + - lstchain>=0.10.5 - tenacity # dev dependencies - pytest diff --git a/pyproject.toml b/pyproject.toml index 3a9885d2..d6d308bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ classifiers = [ requires-python = ">=3.9" dependencies = [ "astropy~=5.0", - "lstchain~=0.10.0", + "lstchain>=0.10.5", "matplotlib", "numpy", "pandas", diff --git a/src/osa/scripts/gain_selection.py b/src/osa/scripts/gain_selection.py index 7133070d..891da9b9 100644 --- a/src/osa/scripts/gain_selection.py +++ b/src/osa/scripts/gain_selection.py @@ -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( @@ -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} """ )