Ejemplo n.º 1
0
 def get_alm_table(self,l_max):
     """get table of a(l,m) up to at least l_max"""
     if l_max>self.hard_l_max:
         raise ValueError('requested l '+str(l_max)+' exceeds resolvable l limit '+str(self.hard_l_max))
     return Geo.get_alm_table(self,l_max)