lllDataFitAndAverageInfo


in lllDataFitAndAverage.h


typedef struct lllDataFitAndAverageInfo { 
int nFile;
int times;
int flagOutParam2;
char** OutParam2;
char** In;
int flagAveragingWithoutAntiPole;
int flagAveragingBelowThreshold;
float threshold;
FILE* fptLog;
int flagCTF;
int ctfMode;
ctfInfo* CTF;
int flagWeight;
llDataParaTypeReal* weight;
double noise;
int mode;
int flagPVM;
lllDataFitPVMInfo vPVM;
} lllDataFitAndAverageInfo;