Skip to content

pad_to_next method in sliding/patching #781

Description

@mrava87

We should consider adding a pad_to_next method to sliding/patching modules that

  • takes an input dataset and the sliding/patching parameters
  • calls sliding*d_design/ patching*d_design method
  • finds the amount to pad as dwins[i][1][-1] - nover[i] + nwin[i] - dimsd[i] and applies padding
  • recalls sliding*d_design/ patching*d_design method with padded data and returns padded data and everything the sliding*d_design/ patching*d_design method returns.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions