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-40061: Add parquet output to new CalibrateImageTask #891

Merged
merged 2 commits into from Feb 22, 2024

Conversation

parejkoj
Copy link
Contributor

No description provided.

@@ -134,6 +141,7 @@ def __init__(self, *, config=None):
super().__init__(config=config)
if not config.optional_outputs:
self.outputs.remove("psf_stars")
self.outputs.remove("psf_stars_footprints")
Copy link
Member

Choose a reason for hiding this comment

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

FWIW, you can also say

del self.psf_stars_footprints

if you find that more expressive. This is moderately new so it's not in common use, but I think I find it a bit more intuitive, given that the connections generally appear as attributes.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Oh, that's nice! Yes, I'll use that.

These should eventually become the default input catalogs for most
subsequent tasks.
@parejkoj parejkoj merged commit 7be320c into main Feb 22, 2024
2 checks passed
@parejkoj parejkoj deleted the tickets/DM-40061 branch February 22, 2024 20:31
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