Skip to content

Commit

Permalink
Merge branch 'tickets/DM-47276'
Browse files Browse the repository at this point in the history
  • Loading branch information
laurenam committed Oct 30, 2024
2 parents a9abe67 + 268db6c commit ca69636
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config/comCam/reprocessVisitImage.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/usr/bin/env python
import os.path

ObsConfigDir = os.path.dirname(__file__)

config.compute_summary_stats.load(os.path.join(ObsConfigDir, "computeExposureSummaryStats.py"))
6 changes: 6 additions & 0 deletions config/comCamSim/reprocessVisitImage.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/usr/bin/env python
import os.path

ObsConfigDir = os.path.dirname(__file__)

config.compute_summary_stats.load(os.path.join(ObsConfigDir, "computeExposureSummaryStats.py"))
6 changes: 6 additions & 0 deletions config/lsstCam/reprocessVisitImage.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/usr/bin/env python
import os.path

ObsConfigDir = os.path.dirname(__file__)

config.compute_summary_stats.load(os.path.join(ObsConfigDir, "computeExposureSummaryStats.py"))

0 comments on commit ca69636

Please sign in to comment.