Skip to content

Commit

Permalink
Fixed the code style errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
hpparvi committed Dec 19, 2024
1 parent de5601b commit cc1cec8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions specreduce/extract.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,10 +178,10 @@ def spectrum(self):
return self.__call__()

def __call__(self, image: NDData | None = None,
trace: Trace | None = None,
width: float | None = None,
disp_axis: int | None = None,
crossdisp_axis: int | None = None):
trace: Trace | None = None,
width: float | None = None,
disp_axis: int | None = None,
crossdisp_axis: int | None = None):
"""
Extract the 1D spectrum using the boxcar method.
Expand Down

0 comments on commit cc1cec8

Please sign in to comment.