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 1429 of file general_optics.py. 01429 : 01430 self.phase_angle=180.0 01431 phase_plate.post_init(self) 01432 class quarterwave_plate(phase_plate):
|