override post_init in subclasses to do computations after the construction, usually based on extra keywords. This avoids the need for every general_optic to override the default constructor. Reimplemented from phase_plate. Definition at line 1434 of file general_optics.py. 01434 : 01435 self.phase_angle=90 01436 phase_plate.post_init(self) 01437 class faraday_rotator(null_optic):
|