Initial snark14m import
[snark14.git] / src / snark / get_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/get_phantom.h $
5  $LastChangedRevision: 80 $
6  $Date: 2014-07-01 21:01:54 -0400 (Tue, 01 Jul 2014) $
7  $Author: agulati $
8  ***********************************************************
9  */
10
11 #ifndef GET_PHANTOM_H
12 #define GET_PHANTOM_H
13
14 void read_ensemble(char* ensflname, char name[][MAXLINESIZE], int* szens);
15
16 void get_phantom(int iexp, int irun, int expflg, int* nphan, int* size_ens,
17                 char name_lst[][MAXLINESIZE], char current_lst[][MAXLINESIZE],
18                 char* phan_flname);
19 #endif