ISCE_INSAR/components/isceobj/Sensor/include/alosglobals.h

18 lines
261 B
C
Raw Normal View History

2019-01-16 19:40:08 +00:00
#ifndef alosglobals_h
#define alosglobals_h
struct GLOBALS
{
int quad_pol;
int ALOS_format;
int dopp;
int force_slope;
double forced_slope;
double tbias;
char *imagefilename;
};
#endif //alosglobals_h