Skip to content

Camera saturation results in dark spots #2

@liuhenry

Description

@liuhenry
background = np.subtract(self.beam, self.dark)
image = np.subtract(self.data, self.dark)
transmission = np.divide(image, background)
transmission[background <= 7] = 1

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions