From 421dd724a7a3152648c1549fe5b6bc260dacde11 Mon Sep 17 00:00:00 2001 From: tth Date: Fri, 24 Jul 2020 22:32:19 +0200 Subject: [PATCH] going to nowhere land --- floatimg.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/floatimg.h b/floatimg.h index 736680fc..eacfa888 100644 --- a/floatimg.h +++ b/floatimg.h @@ -3,7 +3,7 @@ * ugly code from tTh */ -#define FIMG_VERSION 103 +#define FIMG_VERSION 104 /* * in memory descriptor @@ -139,6 +139,8 @@ int fimg_load_from_dump(char *fname, FloatImg *where); int fimg_create_from_dump(char *fname, FloatImg *head); int fimg_save_R_as_fits(FloatImg *src, char *outname, int flags); +int fimg_save_G_as_fits(FloatImg *src, char *outname, int flags); +int fimg_save_B_as_fits(FloatImg *src, char *outname, int flags); /* mathematics operations */