def analysis.general_optics.get_ambient_index (   lambda0  ) 

Definition at line 35 of file general_optics.py.

00035                               :
00036         if type(ambient_index) is types.FunctionType:
00037                 return ambient_index(lambda0)
00038         else:
00039                 return ambient_index
00040 
def reset():


Generated on Wed Nov 21 10:18:32 2007 for analysis by  doxygen 1.5.4