Skip to content

Commit

Permalink
adding throughput
Browse files Browse the repository at this point in the history
  • Loading branch information
tapastro committed Sep 3, 2024
1 parent cc7bb61 commit a14a1e3
Showing 1 changed file with 20 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -54,4 +58,19 @@ allOf:
scale_extents:
title: Range of values for normalization
type: float64
ndim: 2
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



0 comments on commit a14a1e3

Please sign in to comment.