Skip to content

Commit

Permalink
Propagate detectCoaddSources configs to mBD
Browse files Browse the repository at this point in the history
  • Loading branch information
leeskelvin committed May 20, 2020
1 parent 0d89a75 commit c2cd53e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/hsc/multiBandDriver.py
Expand Up @@ -2,7 +2,7 @@
import os.path


for sub in ("mergeCoaddDetections", "measureCoaddSources", "mergeCoaddMeasurements", "forcedPhotCoadd"):
for sub in ("detectCoaddSources", "mergeCoaddDetections", "measureCoaddSources", "mergeCoaddMeasurements", "forcedPhotCoadd"):
path = os.path.join(os.path.dirname(__file__), sub + ".py")
if os.path.exists(path):
getattr(config, sub).load(path)
2 changes: 1 addition & 1 deletion config/multiBandDriver.py
Expand Up @@ -3,7 +3,7 @@
import os.path


for sub in ("mergeCoaddDetections", "measureCoaddSources", "mergeCoaddMeasurements", "forcedPhotCoadd"):
for sub in ("detectCoaddSources", "mergeCoaddDetections", "measureCoaddSources", "mergeCoaddMeasurements", "forcedPhotCoadd"):
path = os.path.join(os.path.dirname(__file__), sub + ".py")
if os.path.exists(path):
getattr(config, sub).load(path)

0 comments on commit c2cd53e

Please sign in to comment.