Skip to content

Commit

Permalink
Merge pull request #477 from lsst/tickets/DM-44796
Browse files Browse the repository at this point in the history
DM-44796: Remove configuration for deprecated HealpixSkyMap.
  • Loading branch information
erykoff authored Jun 21, 2024
2 parents 9d67676 + 7afc536 commit adb8588
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions config/makeSkyMap.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
config.skyMap = "rings"

# Configuration for HealpixSkyMap
config.skyMap["healpix"].log2NSide = 5
config.skyMap["healpix"].pixelScale = 0.18
config.skyMap["healpix"].patchBorder = 333 # pixels
config.skyMap["healpix"].tractOverlap = 2.0/60 # degrees
config.skyMap["healpix"].projection = "TAN"

# Configuration for DiscreteSkyMap
# 0: ACTJ0022M0036
# 1: M31
Expand Down

0 comments on commit adb8588

Please sign in to comment.