diff --git a/python/lsst/the/monster/measure_offsetmaps.py b/python/lsst/the/monster/measure_offsetmaps.py index 4050dd6..463a041 100644 --- a/python/lsst/the/monster/measure_offsetmaps.py +++ b/python/lsst/the/monster/measure_offsetmaps.py @@ -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