Skip to content

Commit

Permalink
Merge branch 'tickets/DM-37242'
Browse files Browse the repository at this point in the history
  • Loading branch information
leeskelvin committed Dec 22, 2022
2 parents 4ced6a1 + f938947 commit 81f1fed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions config/focalPlaneBackground.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@
# `lsst.pipe.tasks.background.FocalPlaneBackgroundConfig` class.
# Note that the diameter of the LSST focalplane is ~630 mm and each
# CCD is ~40 mm on a side.
config.xSize = 10.
config.ySize = 10.
config.xSize = 10.0
config.ySize = 10.0
2 changes: 1 addition & 1 deletion config/skyCorr.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@

import os.path

config.bgModel.load(os.path.join(os.path.dirname(__file__), 'focalPlaneBackground.py'))
config.bgModel1.load(os.path.join(os.path.dirname(__file__), "focalPlaneBackground.py"))

0 comments on commit 81f1fed

Please sign in to comment.