add some FITS header functions, change FITSsave, add plugin commands

This commit is contained in:
2024-02-01 16:19:41 +03:00
parent a5926861bc
commit 869421d52f
15 changed files with 1058 additions and 584 deletions

View File

@@ -24,6 +24,7 @@ extern cc_Focuser *focuser;
extern cc_Wheel *wheel;
void calculate_stat(cc_IMG *image);
cc_charbuff *getFITSheader(cc_IMG *img);
int saveFITS(cc_IMG *img, char **outp); // for imageview module
void focusers();
void wheels();