Skip to content

Commit

Permalink
Corrected comment
Browse files Browse the repository at this point in the history
  • Loading branch information
moralejo authored Oct 18, 2024
1 parent b81354f commit 14399c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lstchain/high_level/hdu_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,8 +276,8 @@ def get_pointing_params(data, source_pos, time_utc, exclude_fraction=0.2):
pointing_az = data["pointing_az"]

max_off_angle = 0.05 * u.deg
# Keep track of how often pointing is beyond max_off_angle w.r.t. the median
# run pointing
# Keep track of how often pointing is beyond max_off_angle w.r.t. the mean
# run pointing (computed excluding the beginning of run - see exclude_fraction)

# If median of the angle between the pointing directions and their mean in the run
# is larger than max_median_angle a warning will be displayed about unstable pointing.
Expand Down

0 comments on commit 14399c2

Please sign in to comment.