Skip to content

Update Util.applyBoxcar #101

Description

@mzieg

Currently, a boxcar with a half-width of 5 doesn't change the first or last 5 pixels at all, because there isn't "enough room" to generate a full 11-pixel moving average. We'd like to change our boxcar implementation for the "wings" of the spectrum such that we boxcar as many pixels as possible, using the largest-possible symmetric window. In this case, the first and last [0 and -1] pixels would still be unmodified, but [1] and [-2] would each get a "boxcar 1", [2] and [-3] would get "boxcar 2", etc.

Activity

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

Metadata

Metadata

Assignees

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