|
Public Attributes |
|
int | n_angles |
| | Number of possible angles along which we want to store the beam indices.
|
|
int | max_length |
| | Maximum length of an index sequence.
|
|
double | reso_angle |
| | Angular resolution of scan.
|
|
double | min_angle |
| | Minimal angle in scan.
|
|
int | is_computed |
| | Flag indicating if lookup table is already computed.
|
|
int * | n_cells |
| | Number of cells of an index sequence (= a given beam angle).
|
|
int ** | i_cell |
| | Handle to i-values (the sought indices).
|
|
int ** | j_cell |
| | Handle to j-values (the sought indices).
|
|
float ** | cell_max_dist |
| | Handle to ... (don't remember for the moment - have a nice day).
|