Closed matteobachetti closed 6 months ago
Hello @matteobachetti! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:
stingray/mission_support/rxte.py
:Line 283:31: E203 whitespace before ':' Line 284:34: E203 whitespace before ':'
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 96.54%. Comparing base (
ca74d3c
) to head (800056b
).:exclamation: Current head 800056b differs from pull request most recent head 2896fa8. Consider uploading reports for the commit 2896fa8 to get more accurate results
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
I had to change a little the structure, so that mission support is a separate beast than simple I/O.
XTE/PCA is now supported with the recommended calibration. Science Event files from the XTE archive (those starting with
SE
andGX
) can now be loaded in Stingray. More versions of files can be added laterCalibration functions are moved to a separate
mission_support
module[x] Basic implementation
[x] Working tests
[x] Documentation on how to use this machinery