https://github.com/bionanoimaging/tiledviews.jl
Allows an AbstractArray, to look like an AbstractArray with one more dimension and the tiles are represented along this dimension.
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (14.2%) to scientific vocabulary
Keywords from Contributors
Repository
Allows an AbstractArray, to look like an AbstractArray with one more dimension and the tiles are represented along this dimension.
Basic Info
- Host: GitHub
- Owner: bionanoimaging
- License: mit
- Language: Julia
- Default Branch: main
- Size: 315 KB
Statistics
- Stars: 12
- Watchers: 3
- Forks: 1
- Open Issues: 0
- Releases: 7
Metadata Files
README.md
TiledViews.jl
| Documentation | Build Status | Code Coverage |
|:---------------------------------------:|:-----------------------------------------:|:-------------------------------:|
|
|
|
|
This package allows to view an N-dimensional array as an 2N-dimensional TiledView being separated in overlapping tiles.
The tiled view has read and write access.
Even without explicitely using the TiledView datatype, you may be interested in using the function tiled_processingwhich is capable or automatically tiling the input array and reassembling the results (with overlap) via a weighted window approach. It can even deal with functions that return multiple results in a Tuple or Vector by returning a Vector of results. All you need to do to retrieve the assempled result is to apply the .parent member to each Tiled result.
Via the TiledWindowView it is possible to imprint a weight-window onto the tiled view. By default the window is chosen such that
it sums up to one except in places very close to the border, where an insufficient number of contributions are generated.
However this can effect can easily be accounted for, since it optionally returns an overall weight distribution.
Example: ```julia julia> a = TiledView(reshape(1:49,(7,7)), (4, 4),(1, 1));
julia> size(a) (4, 4, 3, 3) ```
The toolbox also offers support for iterators on the tiles via the functions eachtile(), eachtilenumber(), and eachtilerelpos().
A very convenient way of processing all tiles with a user-supplied function and fusing the images automatically via window-based weighting is using
the function tiled_processing().
Installation
Type ]in the REPL to get to the package manager and install it:
julia
julia> ] add TiledViews
Owner
- Name: Nanoimaging at the IPHT Leibniz Institut Jena
- Login: bionanoimaging
- Kind: organization
- Location: Jena, Germany
- Website: nanoimaging.de
- Repositories: 33
- Profile: https://github.com/bionanoimaging
GitHub Events
Total
- Create event: 2
- Commit comment event: 2
- Release event: 1
- Issues event: 1
- Issue comment event: 3
- Push event: 14
- Pull request event: 1
Last Year
- Create event: 2
- Commit comment event: 2
- Release event: 1
- Issues event: 1
- Issue comment event: 3
- Push event: 14
- Pull request event: 1
Committers
Last synced: 12 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| rheintzmann | h****n@g****m | 75 |
| Felix Wechsler (he/him) | f****t@m****g | 13 |
| github-actions[bot] | 4****] | 1 |
| Maarten Pronk | e****n | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 12 months ago
All Time
- Total issues: 6
- Total pull requests: 3
- Average time to close issues: 6 months
- Average time to close pull requests: 5 days
- Total issue authors: 3
- Total pull request authors: 3
- Average comments per issue: 3.17
- Average comments per pull request: 0.67
- Merged pull requests: 3
- Bot issues: 0
- Bot pull requests: 1
Past Year
- Issues: 0
- Pull requests: 1
- Average time to close issues: N/A
- Average time to close pull requests: about 20 hours
- Issue authors: 0
- Pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 1.0
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- roflmaostc (4)
- mkitti (1)
- JuliaTagBot (1)
Pull Request Authors
- github-actions[bot] (1)
- RainerHeintzmann (1)
- evetion (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- julia 1 total
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 7
juliahub.com: TiledViews
Allows an AbstractArray, to look like an AbstractArray with one more dimension and the tiles are represented along this dimension.
- Documentation: https://docs.juliahub.com/General/TiledViews/stable/
- License: MIT
-
Latest release: 0.3.0
published about 1 year ago
Rankings
Dependencies
- JuliaRegistries/TagBot v1 composite
- actions/cache v1 composite
- actions/checkout v2 composite
- codecov/codecov-action v1 composite
- julia-actions/julia-buildpkg v1 composite
- julia-actions/julia-processcoverage v1 composite
- julia-actions/julia-runtest v1 composite
- julia-actions/setup-julia v1 composite