Skip to content

Integer overlap calculation does not take channel dimension into account #4

Closed
@the-lay

Description

Tiler(data_shape=(3, 100), tile_shape=(3, 4), channel_dimension=0, overlap=3)

produces {ValueError}Overlap size much be smaller than tile_shape.

The code around tiler.py#110 should check for channel dimension and generate self._tile_overlap = [0, 3]

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions