Skip to content

Commit

Permalink
Comment a different way.
Browse files Browse the repository at this point in the history
  • Loading branch information
erykoff committed Jun 14, 2024
1 parent e28a3d4 commit ba27b62
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions bin.src/measure_uband_offsets_with_application.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@

# This is a combined map, DES++ SLR vs SDSS u. (SDSS footprint)
# 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")
"""
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 ba27b62

Please sign in to comment.