Skip to content

Commit

Permalink
Add comment on where offsets are coming from.
Browse files Browse the repository at this point in the history
  • Loading branch information
erykoff committed Jun 14, 2024
1 parent ba27b62 commit 6733df7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/lsst/the/monster/measure_uband_offsetmaps.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ def measure_uband_offset_map(self, overwrite=False):
fname = f"uband_slr_offset_map_{uband_ref_info.name}.hsp"
else:
offset_file = uband_slr_info.uband_offset_file(uband_ref_info.name)
print("Applying offsets from ", offset_file)
offset_applicator = UBandOffsetMapApplicator(offset_file)
fname = f"uband_slr_offset_map_{uband_ref_info.name}_postapply.hsp"

Expand Down

0 comments on commit 6733df7

Please sign in to comment.