Definition at line 1324 of file general_optics.py. 01324 : 01325 "return the last two elements of this optic, to allow one to get an exit axis direction" 01326 return self.optics_order[-2], self.optics_order[-1] 01327 def entrance_optics_tags(self):
|