#include <stdio.h>#include <stdlib.h>#include <string.h>#include <ctype.h>#include <math.h>#include "include/halflife.h"Functions | |
| double | hlFromIsotope (char *isocode) |
| double | hl2lambda (double halflife) |
| double | lambda2factor (double lambda, double frametime, double framedur) |
| char * | hlCorrectIsotopeCode (char *isocode) |
Variables | |
| static char * | isotope_code [] |
|
|
Calculates the isotope lambda from specified halflife.
|
|
|
Check that isotope code, e.g. F-18, is in valid format, containing '-' and in this order. Returns the correct isotope code.
|
|
|
Identify the isotope from the specified isotope code string and return the halflife (min).
|
|
||||||||||||||||
|
Calculate the decay correction factor for specified isotope lambda.
|
|
|
Initial value: {
"Br-75", "Br-76", "Cu-62", "Cu-64", "Fe-52",
"Ga-68", "Ge-68", "Na-22", "Rb-82", "Zn-62",
"F-18", "C-11", "N-13", "O-15", "O-14",
0}
|
1.4.1