Conversation
jeanconn
commented
Mar 3, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Package arc as a Python package.
Basically, this was moving stuff around, adding Python wrapper scripts for the perl scripts, and adding a pyproject.toml. While at it, I also removed direct SKA dependence within the code so if the testing user has SKA set to /proj/sot/ska, they won't accidentally write back into SKA/data/arc3, for example. I also removed arc_ops.cfg and set the flight config to include Momentum and Sun Position Monitor in the display, though of course that is negotiable.
Interface impacts
Functional testing
Running in https://cxc.cfa.harvard.edu/mta/ASPECT/arc3_pip_test/index.html
For a "new" installation for testing, this still requires that one copy over ACE.h5, GOES.h5, hrc_shield.h5, and ACE_hourly_avg.npy, into the new data directory. I don't know how ACE_hourly_avg.npy is used and if it should get an update, a retirement, or moved into package data if it is static.