Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use chandra limits #71

Merged
merged 44 commits into from
Apr 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
d591e91
Simplify limits validation code
jzuhone Jan 3, 2023
afabe12
pre-commit and ruff fixes
jzuhone Jan 17, 2023
16761fa
Beginning to use chandra_limits
jzuhone Jan 20, 2023
a63a3c8
More chandra_limits work
jzuhone Jan 20, 2023
c63afc0
More chandra_limits refactoring
jzuhone Jan 21, 2023
2f06b02
First violation test passes
jzuhone Jan 21, 2023
d7e55ac
More chandra_limits refactoring
jzuhone Jan 22, 2023
4324c53
Getting acisfp_check to work with chandra_limits, don't need all this…
jzuhone Jan 22, 2023
bd5381d
More refactors for chandra_limits
jzuhone Jan 23, 2023
097c800
chandra_limits for acisfp_check
jzuhone Jan 23, 2023
8201218
These are now correct
jzuhone Jan 23, 2023
eb53bed
Temporary set of margin to 0.0 for testing
jzuhone Feb 6, 2023
15849fa
ruff black fixes
jzuhone Feb 8, 2023
e52ca8c
Print out a table of all of the obsids and store it in a separate HTM…
jzuhone May 18, 2023
a566fae
Messed up the limit value here
jzuhone Aug 15, 2023
6d6c752
Add the list of CCDs back to the obsid list
jzuhone Aug 15, 2023
8c8e6b9
Refactor of the obsid table, since now all obsids are read
jzuhone Aug 15, 2023
bc33e3f
Another small check
jzuhone Nov 3, 2023
56e297a
Remove this code which is no longer needed
jzuhone Nov 3, 2023
2b44078
Better way of checking the test
jzuhone Nov 3, 2023
d3f0805
Update table
jzuhone Nov 3, 2023
a8a694c
Only deal with obsids after the start of the load
jzuhone Nov 4, 2023
5aec5d5
Allow the line width to be specified for limit lines
jzuhone Nov 13, 2023
10016f7
Use the staggered limit line for the FP model
jzuhone Nov 13, 2023
d60bca8
Print out the exposure times of observations which have violations
jzuhone Nov 13, 2023
cb38c4f
Function update
jzuhone Feb 7, 2024
690a9f8
bugfix
jzuhone Feb 7, 2024
1bbe9b4
The max limit for the focal plane plots should now be the -105 C limit
jzuhone Feb 8, 2024
0b632d9
Bugfix
Feb 8, 2024
da2d3ef
This should include the bias time
jzuhone Mar 8, 2024
ffc3f88
Nits to make validation plots look nice
jzuhone Mar 10, 2024
ae5661c
Fix order
jzuhone Mar 10, 2024
e15d304
Bugfix
jzuhone Mar 10, 2024
d7cfe69
Plotting fixes
jzuhone Mar 11, 2024
1b56429
Fix unused imports
jzuhone Mar 11, 2024
06a85f9
Updating some answers
jzuhone Mar 20, 2024
64905ac
Fix regression testing for ACIS FP
jzuhone Mar 20, 2024
0c641c6
Forgot this part
jzuhone Mar 21, 2024
1694a5f
New ACIS FP viols answers
jzuhone Mar 21, 2024
c544473
bugfix
jzuhone Mar 21, 2024
b5b7c9b
Bugfix
jzuhone Mar 21, 2024
5ccf998
Bugfix
jzuhone Mar 22, 2024
0100b4e
bugfix
jzuhone Mar 22, 2024
4f7c496
Comments
jzuhone Mar 22, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions acis_thermal_check/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@

__version__ = ska_helpers.get_version(__package__)

from acis_thermal_check.acis_obs import acis_filter, fetch_ocat_data
from acis_thermal_check.main import ACISThermalCheck, DPABoardTempCheck
from acis_thermal_check.utils import get_acis_limits, get_options, mylog
from acis_thermal_check.utils import get_options, mylog


def test(*args, **kwargs):
Expand Down
371 changes: 0 additions & 371 deletions acis_thermal_check/acis_obs.py

This file was deleted.

Loading
Loading