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-48933: Fix code transforming between focal plane position and Amp pixels #602

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

aaronroodman
Copy link

No description provided.

@@ -341,8 +307,8 @@ def ampPixelToCcdPixel(x, y, detector, channel):
row on amp segment.
detector : `lsst.afw.cameraGeom.Detector`
The requested detector.
channel : `int`
Channel number of amplifier (1-indexed; identical to HDU).
channel : `str`
Copy link
Contributor

Choose a reason for hiding this comment

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

I think this should be called ampName now?

Copy link
Author

Choose a reason for hiding this comment

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

Agreed, missed that one

Copy link
Author

Choose a reason for hiding this comment

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

I had only tested that the code didn't crash. I need to test that it actually still works correctly too.

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.

2 participants