-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Line 475: temp_s = (np.abs(self.Output)**2) * self.makePupil(self.DRx) -> temp_s = (np.abs(self.Output)**2) * self.MakePupil(self.DRx)
Also issues with newer version of python, int divided by int returns a float, which cannot be input into meshgrid. Example..
Line 399: a = self.N/2 -> returns a float which cannot be used as input to meshgrid -> a = int(self.N/2)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels