start refactoring

This commit is contained in:
2026-06-02 18:28:27 +03:00
parent 6790c89004
commit d355265995
12 changed files with 448 additions and 2262 deletions

View File

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