-
Notifications
You must be signed in to change notification settings - Fork 0
Image processing for lucky imaging.
License
AD-Vega/lycklig
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
lycklig - image stacking and correction of atmospheric distortion kinky - the wavy image enhancer ============================================ lycklig is a part of an astronomical image processing pipeline for lucky imaging. It can align and stack a set of images to increase signal-to-noise ratio, taking into account image distortions caused by the atmosphere. It includes kinky, which uses the "gaussian wavelet" decomposition technique to sharpen the final image. lycklig can: * precisely align images; * stack (i.e. average) aligned images; * deform images to compensate for atmospheric distortions; * sharpen images using gaussian wavelets; * use supersampling to increase resolution; * save intermediate data to avoid recomputing it later. Homepage: https://github.com/AD-Vega/lycklig See also: https://github.com/AD-Vega/arif arif can pre-align and filter images by quality, estimating the bluriness caused by the atmosphere. Requirements and installation ============================= lycklig core requires tclap, ImageMagick and OpenCV, which must be version 4.5.3 or later. The kinky program requires Python version 3.3 or later, PyQt5, the NumPy and SciPy packages, and the CV2 library for image loading. lycklig is built using CMake. If you are not familiar with CMake, refer to any tutorial. But for starters, run these commands from the lycklig source directory: mkdir build cd build cmake .. make sudo make install If you are using MacOS X and have installed dependencies from homebrew or compiled them with clang, first install clang-omp, then replace the cmake command with CC=clang-omp CXX=clang-omp++ cmake .. You can skip the "make install" step and run lycklig from the build directory directly, although there might be problems with localization and icon loading for kinky's graphical interface. lycklig is a command line utility, provide the '--help' option to obtain usage summary. kinky is a graphical utility, but it too can be used from command line to sharpen images without using a graphical interface. It, too, responds to the '--help' option. Licensing information ===================== lycklig is provided under the GNU General Public License, version 3 or later. See COPYING for more information. Copyright 2014 Andrej Lajovic <[email protected]> Jure Varlec <[email protected]>
About
Image processing for lucky imaging.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published