Skip to content

Commit

Permalink
fix order of cr energy fit parameters for summit
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoerd-bouma committed May 29, 2024
1 parent bcbba1a commit a73f828
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NuRadioReco/modules/cosmicRayEnergyReconstructor.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ def __init__(self):
'falloff': np.array([(-.1445, -.09820), (.5936, -1.1763)])
},
'summit': {
'scale': np.array([[ 281.34, -551.65, 610.25],[ 411.01, -590.02, 570.2 ]]),
'falloff': np.array([[-0.2285, 0.4058], [ 2.0967, -1.2992]])
'scale': np.array([[ 610.25, -551.65, 281.34], [ 570.2 , -590.02, 411.01]]),
'falloff': np.array([[ 0.4058, -0.2285], [-1.2992, 2.0967]])
}
}
self.__elevations = { # TODO: This should be changed once we have implemented a proper coordinate system
Expand Down

0 comments on commit a73f828

Please sign in to comment.