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-24555: Add various components to the exposure formatter #260

Merged
merged 2 commits into from Apr 23, 2020

Conversation

SimonKrughoff
Copy link
Contributor

No description provided.

@SimonKrughoff SimonKrughoff requested a review from timj April 23, 2020 16:01
Copy link
Member

@timj timj left a comment

Choose a reason for hiding this comment

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

Looks good to me.

'metadata': ('readMetadata', False),
'filter': ('readFilter', False),
'polygon': ('readValidPolygon', False),
'appCorr': ('readApCorrMap', False),
Copy link
Member

Choose a reason for hiding this comment

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

This should be apCorrMap not appCorr

Copy link
Contributor Author

Choose a reason for hiding this comment

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

OK. I'll make that change.

@@ -176,7 +176,11 @@ def testExposurePutGet(self):
self.assertEqual(type(exposure), type(exposureOut))

# Get some components
for compName in ("wcs", "image", "mask", "coaddInputs", "psf"):
# Could not test the following components as the were not known:
# bbox, xy0, filter, polygon, appCorr, detector, extras, exposureInfo
Copy link
Member

Choose a reason for hiding this comment

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

apCorrMap again.

@SimonKrughoff SimonKrughoff merged commit 6d49846 into master Apr 23, 2020
@timj timj deleted the tickets/DM-24555 branch May 17, 2020 04:06
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