-
Notifications
You must be signed in to change notification settings - Fork 1
/
NOTES.change_PR17
44 lines (31 loc) · 1.41 KB
/
NOTES.change_PR17
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Change description and rationale
--------------------------------
Improve the method for determining radiation zones for the timeline plot.
Previously the code queried iFOT for information about RADMON enable and
disable commanding from loads. This fails when no loads in the database
have appropropriate commanding, as occurs during an extended safing shutdown.
The new code uses the Kadi events database of radiation zones, which uses a
more complicated but well-validated method of examining all planned load
products in the SOT mission planning area, regardless of whether they
actually get approved for flight.
Code changes (list affected files and provide code diffs)
---------------------------------------------------------
The code change involves removing code that processed iFOT RADMON events
and adding code to query the Kadi event database.
See: https://github.com/sot/arc/pull/17/files
Testing
-------
Ran code in the development environment on Jan. 10, 2014 and confirmed that the
radiation zone period starting around day 011 1400Z was correctly displayed
in the timeline plot. Compared the rest of the plot to the current flight plot
and observed no discrepancies. Did the same test process for Jan. 9, 2015 with
the same results.
Interface impacts
-----------------
No change in interface.
Review
------
Jean Connelly reviewed the code changes.
Deployment plan
---------------
Will deploy following FD approval.