Skip to content

Commit

Permalink
Merge pull request #22 from jzuhone/fp_limits
Browse files Browse the repository at this point in the history
Update FP temperature limits
  • Loading branch information
jzuhone authored Jun 20, 2019
2 parents 917f35d + bcd4af5 commit 280dce5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion acis_thermal_check/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "2.8.0"
__version__ = "2.9.0"

from acis_thermal_check.main import \
ACISThermalCheck, \
Expand Down
4 changes: 2 additions & 2 deletions acis_thermal_check/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -387,8 +387,8 @@ def get_acis_limits(msid):

if msid == "fptemp":
fp_sens = -118.7
acis_i = -114.0
acis_s = -112.0
acis_i = -112.0
acis_s = -111.0
return fp_sens, acis_i, acis_s

yellow_lo = None
Expand Down

0 comments on commit 280dce5

Please sign in to comment.