Skip to content

Commit

Permalink
Merge branch 'tickets/DM-27027' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
laurenam committed Oct 5, 2020
2 parents 371d9db + 5da46a6 commit 7bb11fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/hsc/processCcdWithFakesDriver.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@


config.doMakeSourceTable = True
config.doSaveWideSourceTable = True
config.processCcdWithFakes.load(os.path.join(os.path.dirname(__file__), "processCcdWithFakes.py"))
config.transformSourceTable.load(os.path.join(os.path.dirname(__file__), "transformSourceTable.py"))
config.ignoreCcdList = [9, 104, 105, 106, 107, 108, 109, 110, 111]
1 change: 1 addition & 0 deletions config/hsc/singleFrameDriver.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@


config.doMakeSourceTable = True
config.doSaveWideSourceTable = True
config.processCcd.load(os.path.join(os.path.dirname(__file__), "processCcd.py"))
config.transformSourceTable.load(os.path.join(os.path.dirname(__file__), "transformSourceTable.py"))
config.ignoreCcdList = [9, 104, 105, 106, 107, 108, 109, 110, 111]

0 comments on commit 7bb11fc

Please sign in to comment.