edges_group_t_ 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 [_KIEDGE][_KIY][_KIX] |
| icloud(_KIX,_KIY,_KIEDGE) - cloud present index More... | |
| float | x [_KIEDGE][_KIY][_KIX] |
| x(_KIX,_KIY,_KIEDGE) - pixel longitude (X) More... | |
| float | y [_KIEDGE][_KIY][_KIX] |
| y(_KIX,_KIY,_KIEDGE) - pixel latitude (Y) More... | |
| int64_t | t [_KIEDGE] |
| t(_KIEDGE) - pixel time (T) More... | |
| int | out_x [_KIEDGE][_KIY][_KIX] |
| x(_KIX,_KIY,_KIEDGE) - absolute position of pixel inside the tile in x dimension More... | |
| int | out_y [_KIEDGE][_KIY][_KIX] |
| y(_KIX,_KIY,_KIEDGE) - absolute position of pixel inside the tile in y dimension More... | |
| int | out_t [_KIEDGE] |
| t(_KIEDGE) - absolute position of pixel inside the tile in t dimension More... | |
| int | it [_KIEDGE] |
| it(_KIEDGE) - array contains time indices More... | |
| float | AP [_KIEDGE][_KIY][_KIX][_KPARS] |
| AP(KPARS,_KIX,_KIY,_KIEDGE) - parameters in edge data More... | |
Detailed Description
T groups (1 - before, 2 - after) contain
Field Documentation
◆ AP
| float AP[_KIEDGE][_KIY][_KIX][_KPARS] |
AP(KPARS,_KIX,_KIY,_KIEDGE) - parameters in edge data
◆ icloud
| int icloud[_KIEDGE][_KIY][_KIX] |
icloud(_KIX,_KIY,_KIEDGE) - cloud present index
◆ it
| int it[_KIEDGE] |
it(_KIEDGE) - array contains time indices
◆ 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[_KIEDGE] |
t(_KIEDGE) - absolute position of pixel inside the tile in t dimension
◆ out_x
| int out_x[_KIEDGE][_KIY][_KIX] |
x(_KIX,_KIY,_KIEDGE) - absolute position of pixel inside the tile in x dimension
◆ out_y
| int out_y[_KIEDGE][_KIY][_KIX] |
y(_KIX,_KIY,_KIEDGE) - absolute position of pixel inside the tile in y dimension
◆ t
| int64_t t[_KIEDGE] |
t(_KIEDGE) - pixel time (T)
◆ x
| float x[_KIEDGE][_KIY][_KIX] |
x(_KIX,_KIY,_KIEDGE) - pixel longitude (X)
◆ y
| float y[_KIEDGE][_KIY][_KIX] |
y(_KIX,_KIY,_KIEDGE) - pixel latitude (Y)
