Skip to content

Commit

Permalink
fix: docstring irf.energy_dispersion.energy_migration_matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
HealthyPear committed Nov 7, 2024
1 parent a3224e3 commit 4e59fb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyirf/irf/energy_dispersion.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ def energy_migration_matrix(
Returns
-------
matrix : array-like
Migration matrix as probabilities along the true
energy acis with shape
Migration matrix as probabilities along the reconstructed energy axis.
energy axis with shape
(n_true_energy_bins, n_reco_energy_bins, n_fov_offset_bins)
containing energies in TeV.
"""
Expand Down

0 comments on commit 4e59fb1

Please sign in to comment.