Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Script to apply cloud affection correction to the LST, Magic 1, and M… #241

Merged
merged 15 commits into from
Sep 11, 2024
Merged
Show file tree
Hide file tree
Changes from 14 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions magicctapipe/resources/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ mc_tel_ids:
LST-4: 0
MAGIC-I: 2
MAGIC-II: 3


LST:
image_extractor:
type: "LocalPeakWindowSum"
Expand Down Expand Up @@ -279,3 +277,11 @@ dl2_to_dl3:
source_name: "Crab"
source_ra: null # used when the source name cannot be resolved
source_dec: null # used when the source name cannot be resolved

cloud_correction:
specify_cloud: yes
base_height: "5900. m"
thickness: "1320. m"
vertical_transmission: 1.0
number_of_layers: 10

Loading