Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 1.41 KB

README.md

File metadata and controls

38 lines (29 loc) · 1.41 KB

SPLASH is a FITS image registration and comparison software licensed under the GNU GENERAL PUBLIC LICENSE Version 3, currently developped by Fabien Baron (baron@chara.gsu.edu).

SPLASH computes the following difference metrics between two FITS images:

Requirements

SPLASH uses OpenCV. Under Ubuntu, the library libopencv-dev is required.

Installation

SPLASH uses the classic CMake installation procedure.

Acknowledgments

SPLASH was originally based on metric/DIFFER, developped for Google Summer of Code (GSoC-2012), for which the project Mentor was Vaclav Rosecky (xrosecky@gmail.com), and the developer Dushyant Goyal (goyal1dushyant@gmail.com).

Compared to the original code:

  • SPLASH does image registration.
  • SPLASH uses the modern cv::Mat class.
  • SPLASH uses single-channel 32-bit image representations.
  • SPLASH takes FITS images as input
  • SPLASH uses the CMake installation framework.