Skip to content

Commit 478c99c

Browse files
committed
reply to review suggestions
1 parent d03866a commit 478c99c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/extraction_quickstart.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ including steps for determining the trace of a spectrum, background subtraction,
1010
Tracing
1111
-------
1212

13-
The `specreduce.tracing` package allows for defining the trace of a spectrum on the 2D image. These
13+
The `specreduce.tracing` module defines the trace of a spectrum on the 2D image. These
1414
traces can either be determined semi-automatically or manually, and are provided as the inputs for
1515
the remaining steps of the extraction process. Supported trace types include:
1616

@@ -29,7 +29,7 @@ of the available trace classes)::
2929
Background
3030
----------
3131

32-
The `specreduce.background` package allows for generating and subtracting a background image from
32+
The `specreduce.background` module generates and subtracts a background image from
3333
the input 2D spectral image. The `~specreduce.background.Background` object is defined by one
3434
or more windows, and can be generated with:
3535

@@ -56,7 +56,7 @@ background-subtracted image as input.
5656
Extraction
5757
----------
5858

59-
The `specreduce.extract` package extracts a 1D spectrum from an input 2D spectrum (likely a
59+
The `specreduce.extract` module extracts a 1D spectrum from an input 2D spectrum (likely a
6060
background-extracted spectrum from the previous step) and a defined window, using one of the
6161
implemented methods:
6262

@@ -79,7 +79,7 @@ Example Workflow
7979
----------------
8080

8181
This will produce a 1D spectrum, with flux in units of the 2D spectrum. The wavelength units will
82-
be pixels. Wavelength and Flux calibration steps are not included here.
82+
be pixels. Wavelength and flux calibration steps are not included here.
8383

8484
Putting all these steps together, a simple extraction process might look something like::
8585

0 commit comments

Comments
 (0)