Skip to content

Commit

Permalink
Update lstchain/high_level/hdu_table.py
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Morcuende <dmorcuende@iaa.es>
  • Loading branch information
moralejo and morcuended authored Oct 10, 2024
1 parent 8406eaf commit 6fc28d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lstchain/high_level/hdu_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ def get_pointing_params(data, source_pos, time_utc, exclude_fraction=0.2):
log.info(f" All events: {median_angle_wrt_mean_pointing:.3f}")
if median_angle_wrt_mean_pointing > max_median_angle:
log.warning(" ==> The telescope pointing seems to be unstable during the Run!")

Check warning on line 300 in lstchain/high_level/hdu_table.py

View check run for this annotation

Codecov / codecov/patch

lstchain/high_level/hdu_table.py#L300

Added line #L300 was not covered by tests
log.info(f" Excluding the first {100*exclude_fraction:.1f}% of events: {median_angle_wrt_mean_pointing_2:.3f}")
log.info(f" Excluding the first {exclude_fraction:.1%} of events: {median_angle_wrt_mean_pointing_2:.3f}")

source_pointing_diff = source_pos.separation(pnt_icrs)

Expand Down

0 comments on commit 6fc28d3

Please sign in to comment.