LuckyImaging.jl
Installation
To use the LuckyImaging library, first install it using Pkg
julia> ]add LuckyImagingUsage
To import the library
using LuckyImagingthen, 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.