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-30149: Check if the TransformDiaSourceCatalog pipeline task can be used on DC2 data for use in DP0 #516

Merged
merged 1 commit into from May 14, 2021

Conversation

morriscb
Copy link
Contributor

Add TransformDiaSourceCatalogTask to DRP pipeline.

connections.coaddName: goodSeeing
connections.diaSourceSchema: goodSeeingDiff_diaSrc_schema
connections.diaSourceCat: goodSeeingDiff_diaSrc
connections.diffIm: goodSeeingDiff_differenceExp
Copy link
Contributor

@yalsayyad yalsayyad May 13, 2021

Choose a reason for hiding this comment

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

With your one additional contract, other than the template connections.coaddName: goodSeeing, the only connection that needs to be explicitly set here is connections.diffIm which is only to satisfy the contract checker. I filed DM-30210 for the contract-checker issue.

You could either:

  1. Add some more contracts:
imageDifference.connections.outputSchema == transformDiaSourceCat.connections.diaSourceSchema
imageDifference.connections.diaSources == transformDiaSourceCat.connections.diaSourceCat

which would require adding the explicit:

connections.outputSchema: goodSeeingDiff_diaSrc_schema
connections.diaSources: goodSeeingDiff_diaSrc

to the imageDifference section
or
2) remove these explicit connections

@morriscb morriscb merged commit 296c1d0 into master May 14, 2021
@morriscb morriscb deleted the tickets/DM-30149 branch May 14, 2021 00:24
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