From a14a1e3175505fee8c4dc32a8f232d2b319b021b Mon Sep 17 00:00:00 2001 From: Tyler Pauly Date: Tue, 3 Sep 2024 09:46:12 -0500 Subject: [PATCH] adding throughput --- .../schemas/pastasossmodel.schema.yaml | 21 ++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/src/stdatamodels/jwst/datamodels/schemas/pastasossmodel.schema.yaml b/src/stdatamodels/jwst/datamodels/schemas/pastasossmodel.schema.yaml index d19d3b19..3d78605c 100644 --- a/src/stdatamodels/jwst/datamodels/schemas/pastasossmodel.schema.yaml +++ b/src/stdatamodels/jwst/datamodels/schemas/pastasossmodel.schema.yaml @@ -42,6 +42,10 @@ allOf: type: array title: Polynomial regression model fitting wavelength to x, offset items: + spectral_order: + title: Spectral order + type: integer + minimum: 1 polynomial_degree: title: Polynomial degree of model type: integer @@ -54,4 +58,19 @@ allOf: scale_extents: title: Range of values for normalization type: float64 - ndim: 2 \ No newline at end of file + ndim: 2 + throughputs: + type: array + title: An array of GR700XD throughputs by order + items: + spectral_order: + title: Spectral order + type: integer + minimum: 1 + throughput: + title: The order throughput + ndim: 2 + datatype: float64 + + +