Skip to content

Commit

Permalink
git ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
adenjonah committed May 15, 2024
1 parent b56dac8 commit d8b846d
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,5 @@ __pycache__/server.cpython-312.pyc
__pycache__/server.cpython-312.pyc
config_keys.json
tss_data.json
tss_data.json
*.pyc
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion tss_data.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"timestamp": "2024-05-14T18:20:05.277757", "eva": {"eva": {"started": true, "paused": false, "completed": false, "total_time": 5681, "uia": {"started": false, "completed": false, "time": 0}, "dcu": {"started": false, "completed": false, "time": 0}, "rover": {"started": false, "completed": false, "time": 0}, "spec": {"started": false, "completed": false, "time": 0}}}, "telemetry": {"telemetry": {"eva_time": 5681, "eva1": {"batt_time_left": 5077.148926, "oxy_pri_storage": 23.755802, "oxy_sec_storage": 0.0, "oxy_pri_pressure": 0.008578, "oxy_sec_pressure": 0.0, "oxy_time_left": 2565, "heart_rate": 90.0, "oxy_consumption": 0.101359, "co2_production": 0.097345, "suit_pressure_oxy": 3.072397, "suit_pressure_co2": 3.92512, "suit_pressure_other": 11.5542, "suit_pressure_total": 18.551716, "fan_pri_rpm": 0.0, "fan_sec_rpm": 30001.0, "helmet_pressure_co2": 3.601424, "scrubber_a_co2_storage": 0.0, "scrubber_b_co2_storage": 100.095428, "temperature": 70.417351, "coolant_ml": 20.508068, "coolant_gas_pressure": 0.0, "coolant_liquid_pressure": 111.086449}, "eva2": {"batt_time_left": 3384.893799, "oxy_pri_storage": 24.231962, "oxy_sec_storage": 0.0, "oxy_pri_pressure": 0.006075, "oxy_sec_pressure": 0.0, "oxy_time_left": 2617, "heart_rate": 90.0, "oxy_consumption": 0.097586, "co2_production": 0.092443, "suit_pressure_oxy": 3.072405, "suit_pressure_cO2": 3.924976, "suit_pressure_other": 11.5542, "suit_pressure_total": 18.551582, "fan_pri_rpm": 0.0, "fan_sec_rpm": 30001.0, "helmet_pressure_co2": 3.601968, "scrubber_a_co2_storage": 0.0, "scrubber_b_co2_storage": 100.08062, "temperature": 81.031525, "coolant_ml": 22.034748, "coolant_gas_pressure": 14.167668, "coolant_liquid_pressure": 123.179192}}}}
{"timestamp": "2024-05-14T18:34:56.580807", "eva": {"eva": {"started": true, "paused": false, "completed": false, "total_time": 92, "uia": {"started": false, "completed": false, "time": 0}, "dcu": {"started": false, "completed": false, "time": 0}, "rover": {"started": false, "completed": false, "time": 0}, "spec": {"started": false, "completed": false, "time": 0}}}, "telemetry": {"telemetry": {"eva_time": 92, "eva1": {"batt_time_left": 5077.148926, "oxy_pri_storage": 23.755802, "oxy_sec_storage": 14.637677, "oxy_pri_pressure": 0.002574, "oxy_sec_pressure": 439.132233, "oxy_time_left": 4146, "heart_rate": 90.0, "oxy_consumption": 0.097116, "co2_production": 0.092882, "suit_pressure_oxy": 3.072343, "suit_pressure_co2": 0.001583, "suit_pressure_other": 11.5542, "suit_pressure_total": 14.628126, "fan_pri_rpm": 0.0, "fan_sec_rpm": 30001.0, "helmet_pressure_co2": 0.073691, "scrubber_a_co2_storage": 0.0, "scrubber_b_co2_storage": 6.884189, "temperature": 69.577423, "coolant_ml": 20.508068, "coolant_gas_pressure": 0.0, "coolant_liquid_pressure": 109.761429}, "eva2": {"batt_time_left": 3384.893799, "oxy_pri_storage": 24.231962, "oxy_sec_storage": 18.567284, "oxy_pri_pressure": 0.002964, "oxy_sec_pressure": 557.021301, "oxy_time_left": 4622, "heart_rate": 90.0, "oxy_consumption": 0.093561, "co2_production": 0.095111, "suit_pressure_oxy": 3.072349, "suit_pressure_cO2": 0.001562, "suit_pressure_other": 11.5542, "suit_pressure_total": 14.628111, "fan_pri_rpm": 0.0, "fan_sec_rpm": 30001.0, "helmet_pressure_co2": 0.074345, "scrubber_a_co2_storage": 0.0, "scrubber_b_co2_storage": 6.857281, "temperature": 82.85865, "coolant_ml": 22.034748, "coolant_gas_pressure": 40.147968, "coolant_liquid_pressure": 100.295837}}}}

0 comments on commit d8b846d

Please sign in to comment.