Home

StableDev

CIcodecovAqua QALicense: MIT

Align astronomical images of point sources. Based on the astroalign Python package.

Credit: Beroiz, M., Cabral, J. B., & Sanchez, B. (2020)

Warning

This package is still in the experimental stage. If you notice an issue, please feel free to let us know!

Installation

pkg> add Astroalign

Quickstart

The following will align img_from onto img_to:

using Astroalign

img_aligned, params_aligned = align_frames(img_from, img_to)
Info

See the Walkthrough page for more on supported keywords and a detailed step-by-step walkthrough of the algorithm.

Contributing

Issues and pull requests welcome.