#include <prmat.h>
Data Fields | |
| char | status |
| Prmat status. | |
| char | type |
| Scanner information on the prmat. 0=ECAT931 1=GE Advance. | |
| int | viewNr |
| Scanner geometrics, field viewNr. | |
| int | binNr |
| Scanner geometrics, field binNr. | |
| int | imgDim |
| Scanner geometrics, field imgDim. | |
| int | mode |
| Discretisation model utilised. | |
| int * | prmatfov |
| float | min |
| Minimal factor value in the projection matrix. | |
| float | max |
| Maximal factor value in the projection matrix. | |
| float | factor_sum |
| The sum of all factors in the projection matrix. | |
| float | scaling_factor |
| Scaling factor for factors (notice that factors are stored in integers). | |
| int | nrp |
| Number of pixels inside the fov. i.e. number of rows in the look-up table. | |
| unsigned int ** | lines |
| unsigned int ** | _linesdata |
| Hidden pointer for the actual data. | |
| int | dimr |
| Dimension of rows (lines of response) in the projection matrix. | |
| float * | factor_sqr_sum |
| Square sums of factors in each row in the projection matrix. | |
| int * | dime |
| Number of pixels hit by a line for every line. | |
| unsigned short int *** | fact |
| unsigned short int *** | _factdata |
| Hidden pointer for the actual data. | |
|
|
Hidden pointer for the actual data.
|
|
|
Hidden pointer for the actual data.
|
|
|
Scanner geometrics, field binNr.
|
|
|
Number of pixels hit by a line for every line.
|
|
|
Dimension of rows (lines of response) in the projection matrix.
|
|
|
Coordinates and factors of pixels hit by a line of response. fact[row][pix][0]=x-coordinate && fact[row][pix][1]=y-coordinate && fact[row][pix][2]=factor. |
|
|
Square sums of factors in each row in the projection matrix.
|
|
|
The sum of all factors in the projection matrix.
|
|
|
Scanner geometrics, field imgDim.
|
|
|
Coordinates of a pixel, number of lines of response intersecting the pixel and the coordinates of coincidence lines (nrp x (lines + 2) array). lines[row][0] = pixel coordinates , lines[row][1] = lines hitting a pixel. |
|
|
Maximal factor value in the projection matrix.
|
|
|
Minimal factor value in the projection matrix.
|
|
|
Discretisation model utilised.
|
|
|
Number of pixels inside the fov. i.e. number of rows in the look-up table.
|
|
|
FOV of the projection matrix. prmatfov[0]=major semiaxe, prmatfov[1]=minor semiaxe. |
|
|
Scaling factor for factors (notice that factors are stored in integers).
|
|
|
Prmat status.
|
|
|
Scanner information on the prmat. 0=ECAT931 1=GE Advance.
|
|
|
Scanner geometrics, field viewNr.
|
1.4.1