Skip to content

Commit

Permalink
fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
cshanahan1 committed Feb 27, 2024
1 parent 3659f48 commit aacb218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specreduce/background.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class Background(_ImageParser):
----------
image : `~astropy.nddata.NDData`-like or array-like
image with 2-D spectral image data
traces : List, `tracing.Trace`, int, float
traces : trace, int, float (single or list)
Individual or list of trace object(s) (or integers/floats to define
FlatTraces) to extract the background. If None, a `FlatTrace` at the
center of the image (according to `disp_axis`) will be used.
Expand Down

0 comments on commit aacb218

Please sign in to comment.