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():