Skip to content

Commit

Permalink
Merge branch 'commission-extraction' of github.com:LCOGT/banzai-floyd…
Browse files Browse the repository at this point in the history
…s into commission-extraction
  • Loading branch information
cmccully committed Mar 15, 2024
2 parents 962804f + 549dc10 commit dffe81c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion banzai_floyds/fringe.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def make_master_calibration_frame(self, images):
high_sn = image.data / image.uncertainty > 10.0
data_to_fit = np.logical_and(image.orders.data == 1, high_sn)
fringe_spline = fit_smooth_fringe_spline(image.data, data_to_fit)

# TODO: Someone needs to check this transformation
shifted_order = np.logical_and(image.orders.shifted(-fringe_offset).data == 1, high_sn)
offset_coordinates = [x[shifted_order], y[shifted_order] + fringe_offset]
Expand Down

0 comments on commit dffe81c

Please sign in to comment.