Construct the function instance, and create an empty cache Definition at line 38 of file voigt_profile.py. 00038 : 00039 ## 00040 ## This is a cache which is used to store the most recently computed data grids, so similar computations can be done very quickly. 00041 self.saved_params=(0,0, None, None, None, None) #k_points, xfullwidth, kvals, xvals, k2, cosarray, x2 00042 ##
|