Skip to content

Commit bfa82c2

Browse files
committed
More typos caught by Melanie
1 parent 93722cf commit bfa82c2

2 files changed

Lines changed: 5 additions & 7 deletions

File tree

src/stdatamodels/jwst/datamodels/multicombinedspec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def __init__(self, init=None, **kwargs):
4646

4747
class WFSSMultiCombinedSpecModel(JwstDataModel):
4848
"""
49-
A data model for NIRCam andNIRISS WFSS exposure-averaged 1D spectra.
49+
A data model for NIRCam and NIRISS WFSS exposure-averaged 1D spectra.
5050
5151
This model differs from the other MultiCombinedSpecModel classes in that
5252
it is designed to hold all the spectra in a WFSS observation in a single

src/stdatamodels/jwst/datamodels/spec.py

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,11 @@ def get_primary_array_name(self): # noqa: D102
6363

6464
class WFSSSpecModel(JwstDataModel):
6565
"""
66-
A data model for NIRCam andNIRISS WFSS 1D spectra.
66+
A data model for NIRCam and NIRISS WFSS 1D spectra.
6767
68-
This model differs from the other MultiSpecModel classes in that
69-
it is designed to hold all the spectra from a single WFSS exposure
70-
in a "flat" table format. Therefore, it does not have the `spec` attribute
71-
that is present in the other MultiSpecModel classes. Instead, it has
72-
a `spec_table` attribute that contains the spectral data and metadata
68+
This model differs from the SpecModel base class in that
69+
it is designed to hold all the spectra from a single WFSS exposure.
70+
Its `spec_table` attribute contains the spectral data and metadata
7371
for all sources in the exposure.
7472
7573
Attributes

0 commit comments

Comments
 (0)