Skip to content

Commit 684e767

Browse files
authored
Merge pull request #71 from acisops/use_chandra_limits
Use chandra limits
2 parents 90dbd6c + 4f7c496 commit 684e767

35 files changed

+1456
-1640
lines changed

acis_thermal_check/__init__.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22

33
__version__ = ska_helpers.get_version(__package__)
44

5-
from acis_thermal_check.acis_obs import acis_filter, fetch_ocat_data
65
from acis_thermal_check.main import ACISThermalCheck, DPABoardTempCheck
7-
from acis_thermal_check.utils import get_acis_limits, get_options, mylog
6+
from acis_thermal_check.utils import get_options, mylog
87

98

109
def test(*args, **kwargs):

acis_thermal_check/acis_obs.py

-371
This file was deleted.

0 commit comments

Comments
 (0)