Skip to content

Bugs #14

@nathanske42

Description

@nathanske42

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions