Skip to content

Commit

Permalink
fix list in keyword dictionary docs
Browse files Browse the repository at this point in the history
  • Loading branch information
braingram committed Oct 22, 2024
1 parent ff13285 commit cb10295
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/source/jwst/kwtool/keyword_dictionary.rst
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ The heirarchical structure in which the of the keyword dictionary definitions
are nested has in practice been considered the "data model path" (or sometimes
referred to as the "data model name'). Practically this is used for:

- constructing filename for the keyword dictionary GUI
- constructing filenames for the keyword dictionary GUI
- entry into the archive database to allow triggering reprocessing based
on reference file updates

Expand Down Expand Up @@ -155,6 +155,7 @@ Unfortunately there are 4 slightly different versions of the same file
and all are private.

Generally the code appears to:

- "walk" the schema (more on this below)
- ignore all nodes that aren't a dict and don't contain "fits_keyword"
- store the node as a keyword definition (keyed by top file name and "data model name")
Expand Down

0 comments on commit cb10295

Please sign in to comment.