Skip to content

Commit

Permalink
Merge pull request #114 from sot/limit_updates_sept_2023
Browse files Browse the repository at this point in the history
Add -105C ACISFP limit, decrease CEA limit to 9.5C
  • Loading branch information
matthewdahmer authored Sep 8, 2023
2 parents 1efcc58 + 8a8f96c commit e02e9ee
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chandra_models/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Licensed under a 3-clause BSD style license - see LICENSE.rst
from .get_model_spec import *

__version__ = '3.49'
__version__ = '3.49.1'
1 change: 1 addition & 0 deletions chandra_models/xija/acisfp/acisfp_spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -579,6 +579,7 @@
"planning.data_quality.high.acisi": -112.0,
"planning.data_quality.high.aciss": -111.0,
"planning.data_quality.high.aciss_hot": -109.0,
"planning.data_quality.high.aciss_hot_b": -105.0,
"planning.data_quality.high.cold_ecs": -118.2,
"planning.warning.high": -86.0,
"safety.caution.high": -80.0,
Expand Down
1 change: 1 addition & 0 deletions chandra_models/xija/acisfp/acisfp_spec_matlab.json
Original file line number Diff line number Diff line change
Expand Up @@ -579,6 +579,7 @@
"planning.data_quality.high.acisi": -112.0,
"planning.data_quality.high.aciss": -111.0,
"planning.data_quality.high.aciss_hot": -109.0,
"planning.data_quality.high.aciss_hot_b": -105.0,
"planning.data_quality.high.cold_ecs": -118.2,
"planning.warning.high": -86.0,
"safety.caution.high": -80.0,
Expand Down
2 changes: 1 addition & 1 deletion chandra_models/xija/hrc/cea_spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@
"limits": {
"2ceahvpt": {
"odb.caution.high": 12,
"planning.warning.high": 10,
"planning.warning.high": 9.5,
"unit": "degC"
}
},
Expand Down

0 comments on commit e02e9ee

Please sign in to comment.