Exemplo n.º 1
0
 def summarize(self, x_surface, geom):
     '''Summary of state vector'''
     return MultiComponentSurface.summarize(self, x_surface, geom) + \
         ' Glint: %5.3f' % x_surface[self.glint_ind]
Exemplo n.º 2
0
 def summarize(self, x_surface, geom):
     '''Summary of state vector'''
     mcm = MultiComponentSurface.summarize(self, x_surface, geom)
     msg = ' Kelvins: %5.1f  BlackBody Fraction %4.2f ' % tuple(
         x_surface[-2:])
     return msg + mcm