|
tomoRecon 1-0
|
Parameters for gridding algorithm. More...
#include <grid.h>
Public Attributes | |
| pswf_struct * | pswf |
| Pointer to data for PSWF being used. | |
| float | sampl |
| "Oversampling" ratio | |
| float | MaxPixSiz |
| Maximum pixel size for reconstruction. | |
| float | R |
| Region of interest (ROI) relative size. | |
| float | X0 |
| Offset of ROI from rotation axis, in units of center-to-edge distance. | |
| float | Y0 |
| Offset of ROI from rotation axis, in units of center-to-edge distance. | |
| char | fname [16] |
| Name of filter function. | |
| float(* | filter )(float) |
| Pointer to filter function. | |
| long | ltbl |
| Number of elements in convolvent lookup tables. | |
| int | verbose |
| Debug printing flag. | |
Parameters for gridding algorithm.
| float(* grid_struct::filter)(float) |
Pointer to filter function.
| char grid_struct::fname[16] |
Name of filter function.
| long grid_struct::ltbl |
Number of elements in convolvent lookup tables.
| float grid_struct::MaxPixSiz |
Maximum pixel size for reconstruction.
Pointer to data for PSWF being used.
| float grid_struct::R |
Region of interest (ROI) relative size.
| float grid_struct::sampl |
"Oversampling" ratio
Debug printing flag.
| float grid_struct::X0 |
Offset of ROI from rotation axis, in units of center-to-edge distance.
| float grid_struct::Y0 |
Offset of ROI from rotation axis, in units of center-to-edge distance.
1.7.4