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-41634: Switch initial WCS to AST #36

Merged
merged 1 commit into from Dec 4, 2023
Merged

DM-41634: Switch initial WCS to AST #36

merged 1 commit into from Dec 4, 2023

Conversation

cmsaunders
Copy link
Collaborator

No description provided.

Copy link
Member

@TallJimbo TallJimbo left a comment

Choose a reason for hiding this comment

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

Changes look fine, but please squash the commits.

@@ -708,7 +708,12 @@ def _get_exposure_info(
extensionType.append("SCIENCE")

wcs = row.getWcs()
wcss.append(_get_wcs_from_sip(wcs))
Copy link
Member

Choose a reason for hiding this comment

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

I think you can delete the _get_wcs_from_sip function completely now.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I'm reluctant to remove this, as it was a pain to get it working properly and I'm not 100% certain it won't be needed in the future.

Copy link
Member

@timj timj Dec 1, 2023

Choose a reason for hiding this comment

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

Isn't that what git is for though? Otherwise it's untested code that is going to bit rot anyhow.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Yeah, assuming I remember...I'll remove it.

tests/test_gbdesAstrometricFit.py Show resolved Hide resolved
@cmsaunders cmsaunders merged commit 44a7e41 into main Dec 4, 2023
3 checks passed
@cmsaunders cmsaunders deleted the tickets/DM-41634 branch December 4, 2023 19:43
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

3 participants