/cleanest

Semiautomatic removal of cosmic rays

Primary LanguageFortranGNU General Public License v3.0GPL-3.0

cleanest

This program was initially developed as part of the Reduceme package (https://github.com/nicocardiel/reduceme). Due to historical reasons, Reduceme images are not stored as FITS files. For that reason, and in order to facilitate the use of cleanest without the need to convert the images to/from Reduceme to FITS format, cleanest has been detached from the Reduceme package and converted in a stand-alone program.

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.

Installation example (Mac OSX):

$ ./autogen.sh
$ ./configure F77=gfortran-mp-7
$ make
$ sudo make install