tomoRecon 1-0
|
Structure used to define sinograms for grid. More...
#include <grid.h>
Public Attributes | |
int | n_ang |
Number of angles in sinogram. | |
int | n_det |
Number of pixels (detectors) per angle. | |
int | geom |
0 if array of angles provided; 1,2 if uniform in half,full circle | |
float * | angles |
Pointer to the array of angles, if used. | |
float | center |
Rotation axis location. |
Structure used to define sinograms for grid.
float* sg_struct::angles |
Pointer to the array of angles, if used.
float sg_struct::center |
Rotation axis location.
int sg_struct::geom |
0 if array of angles provided; 1,2 if uniform in half,full circle
int sg_struct::n_ang |
Number of angles in sinogram.
int sg_struct::n_det |
Number of pixels (detectors) per angle.