edges_group_x_ Struct Reference
#include <grasp_input_segment.h>
Data Fields | |
| int | nx |
| nx - size of X edges with data More... | |
| int | ny |
| ny - size of Y edges with data More... | |
| int | nt |
| nt - size of T edges with data More... | |
| int | icloud [_KITIME][_KIY][_KIEDGE] |
| icloud(_KIEDGE,_KIY,_KITIME) - cloud present indicator More... | |
| float | x [_KITIME][_KIY][_KIEDGE] |
| x(_KIEDGE,_KIY,_KITIME) - pixel longitude (X) More... | |
| float | y [_KITIME][_KIY][_KIEDGE] |
| y(_KIEDGE,_KIY,_KITIME) - pixel latitude (Y) More... | |
| int64_t | t [_KITIME] |
| t(_KITIME) - pixel time (T) More... | |
| int | out_x [_KITIME][_KIY][_KIEDGE] |
| x(_KIEDGE,_KIY,_KITIME) - absolute position of pixel inside the tile in x dimension More... | |
| int | out_y [_KITIME][_KIY][_KIEDGE] |
| y(_KIEDGE,_KIY,_KITIME) - absolute position of pixel inside the tile in y dimension More... | |
| int | out_t [_KITIME] |
| t(_KITIME) - absolute position of pixel inside the tile in t dimension More... | |
| int | it [_KITIME] |
| it(_KITIME) - array contains time indices for time with data More... | |
| float | AP [_KITIME][_KIY][_KIEDGE][_KPARS] |
| AP(KPARS,_KIEDGE,_KIY,_KITIME) - parameters in edge data More... | |
Detailed Description
groups (1 - before, 2 - after) contain
Field Documentation
◆ AP
| float AP[_KITIME][_KIY][_KIEDGE][_KPARS] |
AP(KPARS,_KIEDGE,_KIY,_KITIME) - parameters in edge data
◆ icloud
| int icloud[_KITIME][_KIY][_KIEDGE] |
icloud(_KIEDGE,_KIY,_KITIME) - cloud present indicator
◆ it
| int it[_KITIME] |
it(_KITIME) - array contains time indices for time with data
◆ nt
| int nt |
nt - size of T edges with data
◆ nx
| int nx |
nx - size of X edges with data
◆ ny
| int ny |
ny - size of Y edges with data
◆ out_t
| int out_t[_KITIME] |
t(_KITIME) - absolute position of pixel inside the tile in t dimension
◆ out_x
| int out_x[_KITIME][_KIY][_KIEDGE] |
x(_KIEDGE,_KIY,_KITIME) - absolute position of pixel inside the tile in x dimension
◆ out_y
| int out_y[_KITIME][_KIY][_KIEDGE] |
y(_KIEDGE,_KIY,_KITIME) - absolute position of pixel inside the tile in y dimension
◆ t
| int64_t t[_KITIME] |
t(_KITIME) - pixel time (T)
◆ x
| float x[_KITIME][_KIY][_KIEDGE] |
x(_KIEDGE,_KIY,_KITIME) - pixel longitude (X)
◆ y
| float y[_KITIME][_KIY][_KIEDGE] |
y(_KIEDGE,_KIY,_KITIME) - pixel latitude (Y)
