Skip to content

Commit

Permalink
HLA-1352: Description of JSON files (#1901)
Browse files Browse the repository at this point in the history
  • Loading branch information
s-goldman authored Nov 18, 2024
1 parent 2420032 commit 685e46d
Show file tree
Hide file tree
Showing 2 changed files with 240 additions and 179 deletions.
16 changes: 15 additions & 1 deletion doc/ADRs.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,18 @@ The second column of a poller file is now reserved (for WFPC2) for passing the a

## Consequences

Caution must be taken is using variations of the poller file while processing WFPC2 data.
Caution must be taken is using variations of the poller file while processing WFPC2 data.

# The Use of the TEAL Interface 11/14/23

## Context

The code can be run using the interactive GUI TEAL, however, it is hard to maintain. TEAL is also used in the code to load the json parameter files.

## Decision

In order to make the code more easily maintainable, we will no longer support the use of the GUI for running tasks, however, TEAL will still be used in the background to load the parameter files as there is no current alternative for parsing that data.

## Consequences

TEAL will need to be included in drizzlepac until a replacement for parsing the json files can be found.
Loading

0 comments on commit 685e46d

Please sign in to comment.