Skip to content

Commit

Permalink
Merge pull request #64 from acisops/set_hrc_24v
Browse files Browse the repository at this point in the history
  • Loading branch information
jzuhone committed Mar 10, 2023
2 parents 63b7f64 + 9891167 commit b4a805f
Show file tree
Hide file tree
Showing 7 changed files with 2,151 additions and 2,145 deletions.
2 changes: 1 addition & 1 deletion acis_thermal_check/apps/cea_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def _calc_model_supp(self, model, state_times, states, ephem, state0):
model.comp["2imonst_on"].set_data(states["hrc_i"] == "ON", state_times)
model.comp["2sponst_on"].set_data(states["hrc_s"] == "ON", state_times)
model.comp["2s2onst_on"].set_data(states["hrc_15v"] == "ON", state_times)
model.comp["224pcast_off"].set_data(states["hrc_15v"] == "ON", state_times)
model.comp["224pcast_off"].set_data(states["hrc_24v"] == "ON", state_times)
model.comp["215pcast_off"].set_data(states["hrc_15v"] == "ON", state_times)

def _make_state_plots(self, plots, num_figs, w1, plot_start, states, load_start):
Expand Down
2 changes: 1 addition & 1 deletion acis_thermal_check/state_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def __init__(
"""
super().__init__(logger=logger)
if hrc_states:
self.state_keys += ["hrc_15v", "hrc_i", "hrc_s"]
self.state_keys += ["hrc_15v", "hrc_24v", "hrc_i", "hrc_s"]

# Note: `interrupt` is ignored in this class. This concept is not needed
# since backstop 6.9, which provides the RUNNING_LOAD_TERMINATION_TIME
Expand Down
1,628 changes: 817 additions & 811 deletions acis_thermal_check/tests/cea/answers/SEP1922A/states.dat

Large diffs are not rendered by default.

0 comments on commit b4a805f

Please sign in to comment.