NAME

create_fluorescent_database - Creates a fluorescent database of the specified size

SYNOPSIS

#include "s2/s2_fluorescence.h"

Example compile flags (system dependent):
  -DLINUX_X86_64 -DLINUX_X86_64_OPTERON  -DGNU_COMPILER 
   -I/home/kobus/include
   -L/home/kobus/misc/load/linux_x86_64_opteron -L/usr/lib/x86_64-linux-gnu
  -lKJB                               -lfftw3  -lgsl -lgslcblas -ljpeg  -lSVM -lstdc++                    -lpthread -lSLATEC -lg2c    -lacml -lacml_mv -lblas -lg2c      -lncursesw 


Fluorescent_database *create_fluorescent_database(int num_fluorescent_surfaces);

DESCRIPTION

This routine creates a fluorescent database of the specified size. Fluorescent databases should be disposed of with free_fluorescent_database().

RETURNS

On succes, a pointer to a freshly allocated fluorescent_database is returned. On failure, NULL is returned, and an error message is set.

RELATED

Fluorescent_database

DISCLAIMER

This software is not adequatedly tested. It is recomended that results are checked independantly where appropriate.

AUTHOR

Kobus Barnard

DOCUMENTER

Kobus Barnard

SEE ALSO

free_fluorescent_database , get_target_fluorescent_database , read_fl_db_from_config_file , read_fluorescent_database , write_fluorescent_database