Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
cshanahan1 committed Mar 25, 2024
1 parent 4dc4feb commit 1a19983
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions specreduce/extract.py
Original file line number Diff line number Diff line change
Expand Up @@ -787,6 +787,7 @@ def __call__(self, image=None, trace_object=None,
return Spectrum1D(extraction * unit,
spectral_axis=self.image.spectral_axis)


def _align_along_trace(img, trace_array, disp_axis=1, crossdisp_axis=0):
"""
Given an arbitrary trace ``trace_array`` (an np.ndarray), roll
Expand Down

0 comments on commit 1a19983

Please sign in to comment.