Skip to content

Commit

Permalink
Remove local background subtraction with compensated tophats.
Browse files Browse the repository at this point in the history
  • Loading branch information
erykoff committed Jun 7, 2024
1 parent a4c79b1 commit 534c488
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config/fgcmBuildFromIsolatedStars.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
from lsst.obs.hsc.hscFilters import HSC_FILTER_DEFINITIONS
config.physicalFilterMap = HSC_FILTER_DEFINITIONS.physical_to_band
config.primaryBands = ('i', 'r', 'g', 'z', 'y', 'N387', 'N816', 'N921', 'N1010')
config.doSubtractLocalBackground = True

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

0 comments on commit 534c488

Please sign in to comment.