|
TPCCLIB
|
Quantiles from voxel values in PET image. More...
Go to the source code of this file.
Functions | |
| void | statSortFloat (float *data, unsigned int n, int order) |
Quantiles from voxel values in PET image.
Definition in file imgqntls.c.
| void statSortFloat | ( | float * | data, |
| unsigned int | n, | ||
| int | order ) |
Sort the given double list into ascending or descending order.
| data | Pointer to data array of size n |
| n | Length of data array |
| order | Ascending (0) or descending (<>0) order |
Definition at line 76 of file imgqntls.c.