Skip to content

Commit

Permalink
Fix call again.
Browse files Browse the repository at this point in the history
  • Loading branch information
erykoff committed May 29, 2024
1 parent bc95d59 commit 96bd020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin.src/measure_uband_offsets.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@


measurer_sdss = UBandOffsetMapMaker(uband_ref_class=SDSSInfo)
fname = measurer_sdss.measure_uband_offset_direct()
fname = measurer_sdss.measure_uband_offset_map_direct()
measurer_sdss.plot_uband_offset_maps(fname, mode="direct")

measurer = UBandOffsetMapMaker()
Expand Down

0 comments on commit 96bd020

Please sign in to comment.