Skip to content

Commit

Permalink
modified schema to be as generic as possible
Browse files Browse the repository at this point in the history
  • Loading branch information
penaguerrero committed Nov 28, 2023
1 parent 1a93c49 commit 5e5e077
Showing 1 changed file with 8 additions and 24 deletions.
32 changes: 8 additions & 24 deletions src/stdatamodels/jwst/datamodels/schemas/emi.schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,27 +17,11 @@ allOf:
title: MIRI Reference Waves Table for EMI correction
type: object
properties:
Hz390:
datatype: float32
Hz390_units:
type: string
Hz218a:
datatype: float32
Hz218a_units:
type: string
Hz218b:
datatype: float32
Hz218b_units:
type: string
Hz218c:
datatype: float32
Hz218c_units:
type: string
Hz164:
datatype: float32
Hz164_units:
type: string
Hz10:
datatype: float32
Hz10_units:
type: string
frequencies:
type: object
description: |
Frequency names, values and phase amplitude values
subarray_cases:
type: object
description: |
Frequencies to correct for according to subarray

0 comments on commit 5e5e077

Please sign in to comment.