Skip to content

Commit

Permalink
Specify to look at rough_calibration for details
Browse files Browse the repository at this point in the history
  • Loading branch information
matteobachetti committed Mar 13, 2024
1 parent ed5deac commit 7534b16
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion stingray/events.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
from .filters import get_deadtime_mask
from .gti import generate_indices_of_boundaries
from .io import load_events_and_gtis, pi_to_energy

from .lightcurve import Lightcurve
from .utils import simon, njit
from .utils import histogram
Expand Down
1 change: 1 addition & 0 deletions stingray/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -767,6 +767,7 @@ def load_events_and_gtis(
returns.energy_list = rough_calibration(cal_pi, mission)
logger.info(
f"A default calibration was applied to the {mission} data. "
"See io.rough_calibration for details. "
"Use the `rmf_file` argument in `EventList.read`, or calibrate with "
"`EventList.convert_pi_to_energy(rmf_file)`, if you want to apply a specific "
"response matrix"
Expand Down

0 comments on commit 7534b16

Please sign in to comment.