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

@@ -40,6 +40,7 @@ typedef struct{
char *port; // local INET socket port
char *imageport; // port to send/receive images (by default == port+1)
char **addhdr; // list of files from which to add header records
char **plugincmd; // plugin commands
int restart; // restart server
int waitexpend; // wait while exposition ends
int cancelexpose; // cancel exp (for Grasshopper - forbid forever)