fixed bug with image center coordinates, added humidity

This commit is contained in:
2023-07-11 14:31:28 +03:00
parent 3df1baa3cc
commit 79cbde6f8f
4 changed files with 35 additions and 19 deletions

View File

@@ -35,6 +35,7 @@ typedef struct{
double pressure; // atmospheric pressure (HPa or mmHg if pmm==1)
int pmm; // pressure in mmHg
double temperature; // temperature, degrC
double humidity; // humidity, percents
int nfiles; // amount of input files (amount of free arguments)
char **infiles; // input file[s] name[s]
} glob_pars;