Skip to content

Commit

Permalink
Add a comment to explain the puzzling code line here
Browse files Browse the repository at this point in the history
  • Loading branch information
jzuhone committed Dec 9, 2024
1 parent 1f16e45 commit 33a1f02
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions acis_thermal_check/apps/acisfp_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ def _calc_model_supp(self, model, state_times, states, ephem, state0):

if "215pcast_off" in model.comp:
# Set the HRC 15 volt state
# NOTE: Because of an error in AP, the correct state is 215PCAST=OFF,
# which indicates that the HRC 15V is ON.
model.comp["215pcast_off"].set_data(states["hrc_15v"] == "ON", state_times)

def make_prediction_plots(
Expand Down

0 comments on commit 33a1f02

Please sign in to comment.