Error !

KeyError: 'image'

field = spw = pol = None image_path = r.iterations[maxiter]['image'].replace('.image', '.image%s' % (extension)) LOG.info('Getting properties of %s for the weblog.' % (image_path)) with casatools.ImageReader(image_path) as image: info = image.miscinfo()
/vol/astro6/BHC-SAO/SgrA-GMVA-ALMA-2017/casa-release-4.7.2-el7/pipeline/pipeline/hif/tasks/tclean/renderer.py, line 60:
image_path = r.iterations[maxiter]['image'].replace('.image', '.image%s' % (extension))
/vol/astro6/BHC-SAO/SgrA-GMVA-ALMA-2017/casa-release-4.7.2-el7/pipeline/pipeline/infrastructure/renderer/basetemplates.py, line 32:
self.update_mako_context(mako_context, context, result)
/vol/astro6/BHC-SAO/SgrA-GMVA-ALMA-2017/casa-release-4.7.2-el7/pipeline/pipeline/infrastructure/renderer/basetemplates.py, line 43:
display_context = self.get_display_context(context, result)
/vol/astro6/BHC-SAO/SgrA-GMVA-ALMA-2017/casa-release-4.7.2-el7/pipeline/pipeline/infrastructure/renderer/htmlrenderer.py, line 1421:
fileobj.write(renderer.render(context, result))