Skip to content

Problem with the do_handle_bad_pixels function #8

@Pidv

Description

@Pidv

Hello,

I think you should add the '( )' brackets in the Bitwise Operator.
For example:
if pixel_i == 0 << 5 + 31:
should be:
if pixel_i == (0 << 5) + 31:

I have tested it, if not have the brackets, the result is getting wrong.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions