typedef struct lmrcImageCTFDeterminationInfo {
ctfInfo val;
ctfInfo min;
ctfInfo max;
ctfInfo del;
mrcImageParaTypeReal Rmax;
mrcImageParaTypeReal Rmin;
mrcImage Dif;
double minResidual;
double minDef;
double minRatio;
FILE* Out;
int flagOutF;
mrcImage resFFT;
} lmrcImageCTFDeterminationInfo;