LuckyImaging.jl

Code Build Status PkgEval Coverage License

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 = # ...

then, we can use lucky_image for contracting the data (see the docstring for a full description of the options).

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)

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.