Skip to content

JuliaHCI/LuckyImaging.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LuckyImaging.jl

Build Status PkgEval Coverage License

Stable Dev

Installation

To use the LuckyImaging library, first install it using Pkg

julia> ]add LuckyImaging

Usage

To import the library

using LuckyImaging

then, load a data cube

cube = # ...

we can use lucky_image as an entry point to both classic and Fourier lucky imaging methods

image = lucky_image(cube; dims=3, q=0.9, alg=:classic, register=:peak)
imagef = lucky_image(cube; dims=3, q=0.5, alg=:fourier, upsample_factor=10)

see the docstrings for classic_lucky_image and fourier_lucky_image for more information on the algorithms and their options.

Contributing and Support

If you would like to contribute, feel free to open a pull request. If you want to discuss something before contributing, head over to discussions and join or open a new topic. If you're having problems with something, please open an issue.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages