add several keys & Nfiles, not fully tested yet

This commit is contained in:
2022-03-21 18:23:12 +03:00
parent a0813678f7
commit d0f92ed278
11 changed files with 420 additions and 164 deletions

View File

@@ -27,7 +27,7 @@ extern Focuser *focuser;
extern Wheel *wheel;
void calculate_stat(IMG *image);
int saveFITS(IMG *img); // for imageview module
int saveFITS(IMG *img, char **outp); // for imageview module
void focusers();
void wheels();
void ccds();