edges_group_y_ 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][_KIEDGE][_KIX]
 icloud(_KIX,_KIEDGE,_KITIME) - cloud present index
More...
 
float x [_KITIME][_KIEDGE][_KIX]
 x(_KIX,_KIEDGE,_KITIME) - pixel longitude (X)
More...
 
float y [_KITIME][_KIEDGE][_KIX]
 y(_KIX,_KIEDGE,_KITIME) - pixel latitude (Y)
More...
 
int64_t t [_KITIME]
 t(_KITIME) - pixel time (T)
More...
 
int out_x [_KITIME][_KIEDGE][_KIX]
 x(_KIX,_KIEDGE,_KITIME) - absolute position of pixel inside the tile in x dimension
More...
 
int out_y [_KITIME][_KIEDGE][_KIX]
 y(_KIX,_KIEDGE,_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
More...
 
float AP [_KITIME][_KIEDGE][_KIX][_KPARS]
 AP(KPARS,_KIX,_KIEDGE,_KITIME) - parameters in edge data
More...
 

Detailed Description

Y groups (1 - before, 2 - after) contain

Field Documentation

◆ AP

float AP[_KITIME][_KIEDGE][_KIX][_KPARS]

AP(KPARS,_KIX,_KIEDGE,_KITIME) - parameters in edge data

◆ icloud

int icloud[_KITIME][_KIEDGE][_KIX]

icloud(_KIX,_KIEDGE,_KITIME) - cloud present index

◆ it

int it[_KITIME]

it(_KITIME) - 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[_KITIME]

t(_KITIME) - absolute position of pixel inside the tile in t dimension

◆ out_x

int out_x[_KITIME][_KIEDGE][_KIX]

x(_KIX,_KIEDGE,_KITIME) - absolute position of pixel inside the tile in x dimension

◆ out_y

int out_y[_KITIME][_KIEDGE][_KIX]

y(_KIX,_KIEDGE,_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][_KIEDGE][_KIX]

x(_KIX,_KIEDGE,_KITIME) - pixel longitude (X)

◆ y

float y[_KITIME][_KIEDGE][_KIX]

y(_KIX,_KIEDGE,_KITIME) - pixel latitude (Y)