Skip to content

Commit ea663af

Browse files
authored
Merge pull request #1400 from cta-observatory/fov_offset_settings
Modify fov_offset parameters in irf_dl3_tool_config.json
2 parents 45c1516 + bd9faa0 commit ea663af

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/examples/irf_dl3_tool_config.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@
3939
"energy_migration_min": 0.2,
4040
"energy_migration_max": 5,
4141
"energy_migration_n_bins": 30,
42-
"fov_offset_min": 0.1,
43-
"fov_offset_max": 1.1,
44-
"fov_offset_n_edges": 9,
42+
"fov_offset_min": 0,
43+
"fov_offset_max": 2.5,
44+
"fov_offset_n_edges": 6,
4545
"bkg_fov_offset_min": 0,
4646
"bkg_fov_offset_max": 10,
4747
"bkg_fov_offset_n_edges": 21,

0 commit comments

Comments
 (0)