Initial snark14m import
[snark14.git] / src / snark / create_phantom.h
1 /*
2 ***********************************************************
3 $SNARK_Header: S N A R K  1 4 - A PICTURE RECONSTRUCTION PROGRAM $
4 $HeadURL: svn://dig.cs.gc.cuny.edu/snark/trunk/src/snark/create_phantom.h $
5 $LastChangedRevision: 85 $
6 $Date: 2014-07-02 16:07:08 -0400 (Wed, 02 Jul 2014) $
7 $Author: agulati $
8 ***********************************************************
9 */
10
11 #ifndef CREATE_PHANTOM_H
12 #define CREATE_PHANTOM_H
13
14 void create_phantom(char* phan_flname, long seed, int navel, int nelem, float pixsz,char*** structure, int* num_str, int* num_pairs, int** pairs, int iroi_used);
15
16 void errorchk2(float den1,float den2,float prob, int iroi_used);
17
18 #endif