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

Alias `get_tile_iterator` to `eachtile` #1

Closed mkitti closed 3 years ago

mkitti commented 3 years ago

I was thinking of a function named eachtile in analogy to eachslice or eachrow until I found get_tile_iterator which does what I want. Would it make sense to create an alias for get_tile_iterator named eachtile?

RainerHeintzmann commented 3 years ago

Thanks! This is a good idea. I will just change the names into eachtile and eachtilenumber. Depending on your application you may also want to look at tiled_processing.

RainerHeintzmann commented 3 years ago

did the update. There is now eachtile, eachtilerelpos, and eachtilenumber. Thanks for the suggestion!