Skip to content

Commit

Permalink
Fix call yet again.
Browse files Browse the repository at this point in the history
  • Loading branch information
erykoff committed May 29, 2024
1 parent 96bd020 commit fe50917
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin.src/measure_uband_offsets.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/usr/bin/env python

from lsst.the.monster import UBandOffsetMapMaker, SDSSInfo
from lsst.the.monster import UBandOffsetMapMaker, SDSSInfo, GaiaXPuInfo


measurer_sdss = UBandOffsetMapMaker(uband_ref_class=SDSSInfo)
measurer_sdss = UBandOffsetMapMaker(uband_ref_class=SDSSInfo, catalog_info_class_list=[GaiaXPuInfo])
fname = measurer_sdss.measure_uband_offset_map_direct()
measurer_sdss.plot_uband_offset_maps(fname, mode="direct")

Expand Down

0 comments on commit fe50917

Please sign in to comment.