Skip to content

Commit 9d67676

Browse files
authored
Merge pull request #476 from lsst/tickets/DM-38632
DM-38632: Remove local background subtraction for fgcmcal with compensated tophats.
2 parents a4c79b1 + 534c488 commit 9d67676

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

config/fgcmBuildFromIsolatedStars.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
from lsst.obs.hsc.hscFilters import HSC_FILTER_DEFINITIONS
1212
config.physicalFilterMap = HSC_FILTER_DEFINITIONS.physical_to_band
1313
config.primaryBands = ('i', 'r', 'g', 'z', 'y', 'N387', 'N816', 'N921', 'N1010')
14-
config.doSubtractLocalBackground = True
1514

1615
hscConfigDir = os.path.join(os.path.dirname(__file__))
1716
config.fgcmLoadReferenceCatalog.load(os.path.join(hscConfigDir, 'filterMap.py'))

0 commit comments

Comments
 (0)