Skip to content

Confirm Filter Downsample Scaling Behavior #1395

Description

@garrettwrong

When going through the filter code converting to stacks I noticed that the code may be adjusting for downsampling in two ways and Im not sure it should do both.

One scaling is via the pixel_size, which scales bandwidth applied to radial grid inside phase flipping. The radial grid is derived from the omega passed from evaluate.

Another scaling occurs via filter.scale which scales omega directly (before passing to filter.evaluate).

We generally get best results with phase flipping at full image size. I think it is worth reviewing the code for correctness in case this is why the phase flipping after downsample under performs expectations.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    cleanupquestionFurther information is requested

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions