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-24946: Propagate detectCoaddSources configs to multiBandDriver #281

Merged
merged 1 commit into from May 21, 2020

Conversation

leeskelvin
Copy link
Contributor

No description provided.

@@ -3,7 +3,7 @@
import os.path


for sub in ("mergeCoaddDetections", "measureCoaddSources", "mergeCoaddMeasurements", "forcedPhotCoadd"):
for sub in ("mergeCoaddDetections", "measureCoaddSources", "mergeCoaddMeasurements", "forcedPhotCoadd", "detectCoaddSources"):
Copy link
Contributor

Choose a reason for hiding this comment

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

I may have put it at the front of the list to reflect the order of operation in multiband.

@@ -2,7 +2,7 @@
import os.path


for sub in ("mergeCoaddDetections", "measureCoaddSources", "mergeCoaddMeasurements", "forcedPhotCoadd"):
for sub in ("mergeCoaddDetections", "measureCoaddSources", "mergeCoaddMeasurements", "forcedPhotCoadd", "detectCoaddSources"):
Copy link
Contributor

Choose a reason for hiding this comment

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

I don’t see a detectCoaddSources.py in config/hsc, but I suppose it doesn’t hurt to add it here given the if clause.

@leeskelvin leeskelvin merged commit 538938a into master May 21, 2020
@leeskelvin leeskelvin deleted the tickets/DM-24946 branch May 21, 2020 00:20
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