TPCCLIB
Loading...
Searching...
No Matches
tpctacimg.h
Go to the documentation of this file.
1
6#ifndef _TPCTACIMG_H_
7#define _TPCTACIMG_H_
8/*****************************************************************************/
9
10/*****************************************************************************/
11#include "tpcclibConfig.h"
12/*****************************************************************************/
13#include <stdio.h>
14#include <stdlib.h>
15#include <string.h>
16#include <math.h>
17/*****************************************************************************/
18#include "tpcextensions.h"
19#include "tpctac.h"
20#include "tpcimage.h"
21/*****************************************************************************/
22
23/*****************************************************************************/
24/* misc */
25extern int tacAllocateWithIMG(TAC *tac, IMG *img, int tacNr);
26int imgVb(IMG *img, TAC *btac, double Vb, const int simVb, const int petVolume);
27/*****************************************************************************/
28
29/*****************************************************************************/
30/* x */
31extern int tacimgXMatch(TAC *tac, IMG *img);
32extern int tacimgXCopy(TAC *tac, IMG *img);
33/*****************************************************************************/
34
35/*****************************************************************************/
36#endif /* TPCTACIMG */
Definition tpcimage.h:82
Definition tpctac.h:87
Header file for library libtpcextensions.
Header file for libtpcimage.
Header file for library libtpctac.
int tacAllocateWithIMG(TAC *tac, IMG *img, int tacNr)
Allocate TAC based on data in IMG.
Definition misc.c:16
int imgVb(IMG *img, TAC *btac, double Vb, const int simVb, const int petVolume)
Correct pixel TACs for vascular blood, or simulate its effect.
Definition misc.c:56
int tacimgXMatch(TAC *tac, IMG *img)
Definition x.c:17
int tacimgXCopy(TAC *tac, IMG *img)
Definition x.c:74