My Project
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/*****************************************************************************/
13extern int imgDecayCorrection(IMG *img, int mode);
14extern char *imgIsotope(IMG *img);
15extern int imgSetDecayCorrFactors(IMG *image, int mode);
16/*****************************************************************************/
17#endif
18
char * imgIsotope(IMG *img)
Definition imgdecay.c:110
int imgDecayCorrection(IMG *img, int mode)
Definition imgdecay.c:59
int imgSetDecayCorrFactors(IMG *image, int mode)
Definition imgdecay.c:126
Definition img.h:156