Skip to content

Commit

Permalink
fix incorrect import, add params
Browse files Browse the repository at this point in the history
  • Loading branch information
tapastro committed Aug 28, 2024
1 parent 0c5b37b commit cc7bb61
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/stdatamodels/jwst/datamodels/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
from .saturation import SaturationModel
from .segmap import SegmentationMapModel
from .slit import SlitModel, SlitDataModel
from .pastasossmodel import SossTraceModel
from .pastasossmodel import PastasossModel
from .sossextractmodel import SossExtractModel
from .sosswavegrid import SossWaveGridModel
from .spec import SpecModel
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,14 @@ allOf:
title: The trace position
ndim: 2
datatype: float64
oversampling:
title: Pixel oversampling
type: integer
default: 1
padding:
title: Native pixel-size padding around the image
type: integer
default: 0
wavecal_models:
type: array
title: Polynomial regression model fitting wavelength to x, offset
Expand Down

0 comments on commit cc7bb61

Please sign in to comment.