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.

https://github.com/bionanoimaging/tiledviews.jl

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

arrays fft fourier imageprocessing interpolation deconvolution microscopy physics numerical interpretability
Last synced: 11 months ago · JSON representation

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
Created over 5 years ago · Last pushed about 1 year ago
Metadata Files
Readme License

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

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

All Time
  • Total Commits: 90
  • Total Committers: 4
  • Avg Commits per committer: 22.5
  • Development Distribution Score (DDS): 0.167
Past Year
  • Commits: 14
  • Committers: 1
  • Avg Commits per committer: 14.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email 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.

  • Versions: 7
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 1 Total
Rankings
Dependent repos count: 9.9%
Average: 31.2%
Stargazers count: 35.6%
Dependent packages count: 38.9%
Forks count: 40.4%
Last synced: 11 months ago

Dependencies

.github/workflows/CompatHelper.yml actions
.github/workflows/TagBot.yml actions
  • JuliaRegistries/TagBot v1 composite
.github/workflows/ci.yml actions
  • 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