Skip to content

Commit

Permalink
Remove comparison to SDSS for the time being.
Browse files Browse the repository at this point in the history
  • Loading branch information
erykoff committed Jun 14, 2024
1 parent d0ff197 commit a8e60e5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions bin.src/measure_uband_offsets_with_application.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
from lsst.the.monster import UBandOffsetMapMaker, SDSSInfo, GaiaXPuInfo

# This is a combined map, DES++ SLR vs SDSS u. (SDSS footprint)
measurer_sdss = UBandOffsetMapMaker(uband_ref_class=SDSSInfo, apply_offsets=True)
fname = measurer_sdss.measure_uband_offset_map()
measurer_sdss.plot_uband_offset_maps(fname, "uslr-usdss")
# This does not currently work, disabling.
# measurer_sdss = UBandOffsetMapMaker(uband_ref_class=SDSSInfo, apply_offsets=True)
# fname = measurer_sdss.measure_uband_offset_map()
# measurer_sdss.plot_uband_offset_maps(fname, "uslr-usdss")

# This is a combined map, DES++ SLR vs XP u. (Full sky)
measurer_xp = UBandOffsetMapMaker(uband_ref_class=GaiaXPuInfo, apply_offsets=True)
Expand Down

0 comments on commit a8e60e5

Please sign in to comment.