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

(Sci_run_interrupt) - Inconsistent Time formatting in compute_sci_run_gap.py #30

Open
william-aaron-CFA opened this issue Nov 15, 2023 · 0 comments
Labels
bug Something isn't working Priority-Low Low Priority Issue - Fix in conjustion with other issues

Comments

@william-aaron-CFA
Copy link
Contributor

Two version of the sci_run_compute_gap.py script exist. One makes use of current sot package version of Chandra.Time to compute the gap of science interruption based on a particular radiation event.

The old version expect '%Y:%m:%d:%H:%M:%S' format, while the new version expects a ‘%Y:%J:%H:%M:%S’ format. However the continuing scripts expect the old format, requiring the user to manually switch between formats in the interruption_time_list file.

Would be preferable to have consistent/dynamically updating time format across the entire script set, as well as ideally a better initialization method for a sci_interrupt event rather than filling out a text line.

@william-aaron-CFA william-aaron-CFA added bug Something isn't working Priority-Low Low Priority Issue - Fix in conjustion with other issues labels Nov 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Priority-Low Low Priority Issue - Fix in conjustion with other issues
Projects
None yet
Development

No branches or pull requests

1 participant