imgdecay.h
Go to the documentation of this file.
00001 /******************************************************************************
00002 
00003   imgdecay.h    (c) 2007 by Turku PET Centre
00004 
00005   2007-01-28 VO
00006 
00007 ******************************************************************************/
00008 #ifndef _IMGDECAY_H
00009 #define _IMGDECAY_H
00010 /*****************************************************************************/
00011 #include "img.h"
00012 /*****************************************************************************/
00013 extern int imgDecayCorrection(IMG *img, int mode);
00014 extern char *imgIsotope(IMG *img);
00015 extern int imgSetDecayCorrFactors(IMG *image, int mode);
00016 /*****************************************************************************/
00017 #endif
00018