Skip to content

Commit

Permalink
response to pr
Browse files Browse the repository at this point in the history
  • Loading branch information
laspsandoval committed Aug 13, 2024
1 parent b05f4fd commit cf60335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imap_processing/ultra/l1b/ultra_l1b_extended.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def get_front_x_position(start_type: ndarray, start_position_tdc: ndarray) -> nd
# Calculate xf and convert to hundredths of a millimeter
xf = (xftsc * -start_position_tdc[indices] + xft_off) * 100

return np.array(xf, dtype=np.float64)
return xf


def get_front_y_position(start_type: ndarray, yb: ndarray) -> tuple[ndarray, ndarray]:
Expand Down

0 comments on commit cf60335

Please sign in to comment.