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

DM-43141: Fix StarTracker analysis to work with new headers #86

Merged
merged 4 commits into from Mar 5, 2024

Conversation

mfisherlevine
Copy link
Contributor

Also fixes bitrot from config changes upstream and updates to astropy.

@@ -263,11 +263,13 @@ def runCharactierizeImage(exp, snr, minPix):
charConfig.doMeasurePsf = False
charConfig.doApCorr = False
charConfig.doDeblend = False
charConfig.doMaskStreaks = False
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably not an issue for the star trackers, but note that some downstream code may fail if the STREAK mask is not present (I consider that a bug in our code). I believe you are already aware of this, but also note that streak masking is going to move to detectAndMeasure on difference images soon, and will not be part of the refactored calibrateImageTask.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's great, thanks 👍

@mfisherlevine mfisherlevine merged commit b053443 into main Mar 5, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants