Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
luckyjim committed Dec 17, 2024
1 parent 50aa209 commit af243a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grand/sim/efield2voltage.py
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ def get_leff(self, du_idx):
antenna_location = coord.LTP(
x= self.shower.shower_core_pos[0], # self.du_pos[du_idx, 0], # antenna position wrt local grand coordinate
y= self.shower.shower_core_pos[1],
z= self.shower.shower_core_pos[1],
z= self.shower.shower_core_pos[2],
frame=self.evt_shower.grand_ref_frame,
)

Expand Down

0 comments on commit af243a0

Please sign in to comment.