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-30831: DcrAssembleCoaddConnections should inherit from AssembleCoaddConnections #600

Merged
merged 1 commit into from Nov 10, 2021

Conversation

isullivan
Copy link
Contributor

No description provided.

Copy link
Contributor

@morriscb morriscb left a comment

Choose a reason for hiding this comment

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

Looks fine in terms of changes. I do have a few questions and one request for an comment to be added to the code.

@@ -97,8 +85,12 @@ class DcrAssembleCoaddConnections(pipeBase.PipelineTaskConnections,

def __init__(self, *, config=None):
super().__init__(config=config)
self.outputs.remove("coaddExposure")
Copy link
Contributor

Choose a reason for hiding this comment

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

I assume these are part of AssembleCoaddConnections but this method does not output them, correct? If that's the case please add a comment here to the explaining why these two outputs are removed.

dimensions=("tract", "patch", "band", "skymap"),
defaultTemplates={"inputCoaddName": "deep",
defaultTemplates={"inputWarpName": "deep",
Copy link
Contributor

Choose a reason for hiding this comment

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

Is the inputWarpName template here in case you want to have different warps and coadds? Is that a possible or expected mode of operation?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, these will be different in general. I'll add a comment.

@isullivan isullivan merged commit b57ef11 into master Nov 10, 2021
@isullivan isullivan deleted the tickets/DM-30831 branch November 10, 2021 01:42
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