File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -304,7 +304,7 @@ def path_dict(gamma_part, offset):
304
304
'electron_file' : self .dl2_output_file ('electron' ),
305
305
},
306
306
'output' : os .path .join (self .irf_dir (gamma_src_offset = offset ), f'irf_{ self .prod_id } _{ offset } .fits.gz' ),
307
- 'options' : '--gh-efficiency 0.7 --theta-containment 0.7 '
307
+ 'options' : '--gh-efficiency 0.7 --theta-containment 0.7 --energy-dependent-gh --energy-dependent-theta '
308
308
}
309
309
if gamma_part == 'gamma' :
310
310
d ['options' ] += ' --point-like'
@@ -822,7 +822,7 @@ def dl2_to_irfs(self):
822
822
'electron_file' : None ,
823
823
},
824
824
'output' : os .path .join (self .irf_dir (pointing ), f'irf_{ self .prod_id } _{ pointing } .fits.gz' ),
825
- 'options' : '--point-like --gh-efficiency 0.7 --theta-containment 0.7 ' ,
825
+ 'options' : '--point-like --gh-efficiency 0.7 --theta-containment 0.7 --energy-dependent-gh --energy-dependent-theta ' ,
826
826
'extra_slurm_options' : {'mem' : '6GB' },
827
827
}
828
828
paths .append (pp )
You can’t perform that action at this time.
0 commit comments