Main Page
Related Pages
Data Structures
Files
File List
Globals
include
imgdecay.h
Go to the documentation of this file.
1
/******************************************************************************
2
3
imgdecay.h (c) 2007 by Turku PET Centre
4
5
2007-01-28 VO
6
7
******************************************************************************/
8
#ifndef _IMGDECAY_H
9
#define _IMGDECAY_H
10
/*****************************************************************************/
11
#include "
img.h
"
12
/*****************************************************************************/
13
extern
int
imgDecayCorrection
(
IMG
*img,
int
mode);
14
extern
char
*
imgIsotope
(
IMG
*img);
15
extern
int
imgSetDecayCorrFactors
(
IMG
*image,
int
mode);
16
/*****************************************************************************/
17
#endif
18
IMG
Definition:
img.h:156
img.h
imgSetDecayCorrFactors
int imgSetDecayCorrFactors(IMG *image, int mode)
Definition:
imgdecay.c:126
imgDecayCorrection
int imgDecayCorrection(IMG *img, int mode)
Definition:
imgdecay.c:59
imgIsotope
char * imgIsotope(IMG *img)
Definition:
imgdecay.c:110
Generated by
1.8.7