Skip to content

Commit

Permalink
Merge pull request #131 from cta-observatory/add_angles_to_training
Browse files Browse the repository at this point in the history
added pointing altitude and azimuth as the parameters for the training
  • Loading branch information
aleberti authored Jan 4, 2023
2 parents aa3f3ed + 8778f34 commit 995dd3a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions magicctapipe/scripts/lst1_magic/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ energy_regressor:
"intensity_width_2",
"h_max",
"impact",
"pointing_alt",
"pointing_az",
]

gamma_offaxis:
Expand Down Expand Up @@ -146,6 +148,8 @@ disp_regressor:
"intensity_width_2",
"h_max",
"impact",
"pointing_alt",
"pointing_az",
]

gamma_offaxis:
Expand Down Expand Up @@ -184,6 +188,8 @@ event_classifier:
"intensity_width_2",
"h_max",
"impact",
"pointing_alt",
"pointing_az",
]

gamma_offaxis:
Expand Down

0 comments on commit 995dd3a

Please sign in to comment.