diff --git a/lstchain/high_level/hdu_table.py b/lstchain/high_level/hdu_table.py index 92fedd20e..3554e65a3 100644 --- a/lstchain/high_level/hdu_table.py +++ b/lstchain/high_level/hdu_table.py @@ -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!") - 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)