Skip to content

Commit

Permalink
Add additional offset map logging.
Browse files Browse the repository at this point in the history
  • Loading branch information
erykoff committed Oct 20, 2023
1 parent bee66ef commit 32daf22
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/lsst/the/monster/measure_offsetmaps.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ def measure_offset_map(self, bands=None, overwrite=False):
minuend_info = self.MinuendInfoClass()
subtrahend_info = self.SubtrahendInfoClass()

print(f"Computing offset maps for {minuend_info.name} - {subtrahend_info.name}")

minuend_path = minuend_info.write_path
subtrahend_path = subtrahend_info.write_path

Expand Down

0 comments on commit 32daf22

Please sign in to comment.