diff --git a/changes/328.feature.rst b/changes/328.feature.rst new file mode 100644 index 00000000..c8bc452b --- /dev/null +++ b/changes/328.feature.rst @@ -0,0 +1 @@ +Add keyword to JWST core schema to track status of new step ``clean_flicker_noise``. \ No newline at end of file diff --git a/src/stdatamodels/jwst/datamodels/schemas/core.schema.yaml b/src/stdatamodels/jwst/datamodels/schemas/core.schema.yaml index 13ae55c1..86603e09 100644 --- a/src/stdatamodels/jwst/datamodels/schemas/core.schema.yaml +++ b/src/stdatamodels/jwst/datamodels/schemas/core.schema.yaml @@ -2334,6 +2334,11 @@ properties: type: string fits_keyword: S_CHGMIG blend_table: True + clean_flicker_noise: + title: Clean flicker noise + type: string + fits_keyword: S_CLNFNS + blend_table: True combine_1d: title: 1-D Spectral Combination type: string