From b14c0e0683cf1952599013f7956a0c41bda4dc93 Mon Sep 17 00:00:00 2001 From: John ZuHone Date: Wed, 30 Dec 2020 15:49:48 -0500 Subject: [PATCH 1/2] Fix limits and epoch --- fep1_mong_check/tests/answers/JUL2919A_viol.json | 10 +++++----- fep1_mong_check/tests/fep1_mong_test_spec.json | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/fep1_mong_check/tests/answers/JUL2919A_viol.json b/fep1_mong_check/tests/answers/JUL2919A_viol.json index 0b4c1e8..ef30665 100644 --- a/fep1_mong_check/tests/answers/JUL2919A_viol.json +++ b/fep1_mong_check/tests/answers/JUL2919A_viol.json @@ -1,10 +1,10 @@ { "run_start": "2019:203:10:57:34.816", "limits": { - "yellow_hi": 41.0, - "plan_limit_hi": 39.0, - "yellow_lo": 18.0, - "plan_limit_lo": 16.0 + "yellow_hi_limit": 41.0, + "plan_hi_limit": 39.0, + "yellow_lo_limit": 18.0, + "plan_lo_limit": 16.0 }, "datestarts": [ "2019:210:08:13:01.216", @@ -33,4 +33,4 @@ "13.11", "15.08" ] -} \ No newline at end of file +} diff --git a/fep1_mong_check/tests/fep1_mong_test_spec.json b/fep1_mong_check/tests/fep1_mong_test_spec.json index 4d58061..fce9bd3 100644 --- a/fep1_mong_check/tests/fep1_mong_test_spec.json +++ b/fep1_mong_check/tests/fep1_mong_test_spec.json @@ -169,7 +169,7 @@ 0.79 ], "eclipse_comp": "eclipse", - "epoch": "2016:233", + "epoch": "2016:233:12:00:00", "pitch_comp": "pitch", "simz_comp": "sim_z", "var_func": "linear" @@ -727,4 +727,4 @@ ], "rk4": 0, "tlm_code": null -} \ No newline at end of file +} From 248670ec455da3edcf185856bd24ee7760c59a71 Mon Sep 17 00:00:00 2001 From: John ZuHone Date: Mon, 4 Jan 2021 10:21:08 -0500 Subject: [PATCH 2/2] Add duration answers --- fep1_mong_check/tests/answers/JUL2919A_viol.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/fep1_mong_check/tests/answers/JUL2919A_viol.json b/fep1_mong_check/tests/answers/JUL2919A_viol.json index ef30665..e4098ac 100644 --- a/fep1_mong_check/tests/answers/JUL2919A_viol.json +++ b/fep1_mong_check/tests/answers/JUL2919A_viol.json @@ -32,5 +32,14 @@ "41.45", "13.11", "15.08" + ], + "duration": [ + "9.77", + "8.07", + "4.66", + "1.05", + "11.09", + "22.96", + "1.18" ] -} +} \ No newline at end of file