Skip to content

Commit

Permalink
Decouple assembleCoadd.py from obs_lsst.
Browse files Browse the repository at this point in the history
  • Loading branch information
kfindeisen committed Apr 13, 2022
1 parent 2a36332 commit 3e1a020
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/LSSTCam-imSim/assembleCoadd.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@

import os.path

# HACK: Throw away any changes imposed by obs configs.
config = type(config)()

# Load configs shared between assembleCoadd and makeCoaddTempExp
config.load(os.path.join(os.path.dirname(__file__), "coaddBase.py"))

Expand Down

0 comments on commit 3e1a020

Please sign in to comment.