mirror of
https://github.com/eddyem/small_tel.git
synced 2026-03-22 01:31:01 +03:00
fixed bug with image center coordinates, added humidity
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user