1 #include "purify/config.h"
4 #include "purify/directories.h"
8 int main(
int nargs,
char const **args) {
15 CDisplay display = cimg::make_display<Image<t_real>>(M31,
"M31 small");
16 while (!display.is_closed()) {
18 display = cimg::make_display<Image<t_real>>(M31_large,
"Image of M31 large");
Image< t_complex > read2d(const std::string &fits_name)
Read image from fits file.
std::string image_filename(std::string const &filename)
Image filename.
int main(int nargs, char const **args)