@@ -10,7 +10,7 @@ including steps for determining the trace of a spectrum, background subtraction,
10
10
Tracing
11
11
-------
12
12
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
14
14
traces can either be determined semi-automatically or manually, and are provided as the inputs for
15
15
the remaining steps of the extraction process. Supported trace types include:
16
16
@@ -29,7 +29,7 @@ of the available trace classes)::
29
29
Background
30
30
----------
31
31
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
33
33
the input 2D spectral image. The `~specreduce.background.Background ` object is defined by one
34
34
or more windows, and can be generated with:
35
35
@@ -56,7 +56,7 @@ background-subtracted image as input.
56
56
Extraction
57
57
----------
58
58
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
60
60
background-extracted spectrum from the previous step) and a defined window, using one of the
61
61
implemented methods:
62
62
@@ -79,7 +79,7 @@ Example Workflow
79
79
----------------
80
80
81
81
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.
83
83
84
84
Putting all these steps together, a simple extraction process might look something like::
85
85
0 commit comments