diff --git a/floatimg.h b/floatimg.h index 736680f..eacfa88 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 */