def set_medium_index (   self,
  new_index 
)

Definition at line 192 of file general_optics.py.

00192                                              :
00193                 "shift the current q tensor through a perpendicular planar boundary with a different index"
00194                 self.qit=self.qit*(self.medium_index/new_index)
00195                 self.medium_index=new_index
00196                 
        def rw(self, qi):


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