bionanoimaging / TiledViews.jl

Allows an AbstractArray, to look like an AbstractArray with one more dimension and the tiles are represented along this dimension.
MIT License
12 stars 1 forks source link

Docstring for `TiledView` indicates a optional data type #3

Closed roflmaostc closed 3 years ago

roflmaostc commented 3 years ago

Thanks for the package.

However, I saw in the docstrings

TiledView([T], data::F, tile_size::NTuple{N,Int}, tile_overlap::NTuple{N,Int}; pad_value::T)

which apperently doesn't work. You might also change rel_overlap in the docstring.

Cheers, Felix

RainerHeintzmann commented 3 years ago

Thanks for the hint. Indeed the [T] was wrong and several smaller things were not documented correctly. Should be OK now.