OSDN Git Service

Stirng.h -> eosString.h
[eos/base.git] / src / Tools / ctfInfo / ctfDeterminationByBayes / src / ctfDeterminationByBayes.c
index 029b99e..2328ce9 100755 (executable)
@@ -22,7 +22,7 @@
 #define DEBUG
 #include "genUtil.h"
 #include "ctfDeterminationByBayes.h"
-#include "String.h"
+#include "eosString.h"
 
 /*
 Example:
@@ -44,7 +44,6 @@ main(int argc, char* argv[])
 {
   
   int i;
-  int j;
 
   ctfDeterminationByBayesInfo info;
   ctfInfo ctfinfo;
@@ -59,12 +58,15 @@ main(int argc, char* argv[])
   float Rmax;
   float Rmin;
   float Rintermediate;
+  float Rfirstpeak;
+
 
   init0(&info);
   argCheck(&info, argc, argv);
   init1(&info);
 
   DEBUGPRINT("Program Start\n");
+  DEBUGPRINT("local binary:MTF plus\n");
 
   ctfinfo.mode = 33;
 
@@ -81,13 +83,43 @@ main(int argc, char* argv[])
   spatialfrequencyRead(info.fptIn2,&ctf,info.rmax,info.rmin,0);
   ctfInfoRead(info.fptIn3,&ctfinfo,"",0);
   DEBUGPRINT6("kV:%f  Cs:%f  Ain:%f Cc:%f MTF:%f ctfMode:%ld\n",ctfinfo.kV,ctfinfo.Cs,ctfinfo.Ain,ctfinfo.Cc,ctfinfo.BofMTF,ctfinfo.mode);
+
+
+  /*ctfInfoflagcheck*/
+  DEBUGPRINT2("flagAliasing:%ld flagSampling:%ld\n",ctfinfo.flagAliasing,ctfinfo.flagSampling);
+  DEBUGPRINT1("NyquistFrequency:%f\n",ctfinfo.NyquistFrequency);
+
+  ctfinfo.flagMolecEnvTable = 0;
+  DEBUGPRINT1("flagMolecEnvTable:%ld\n",ctfinfo.flagMolecEnvTable);
+  ctfinfo.flagElastic = 0;
+  DEBUGPRINT1("flagElastic:%ld\n",ctfinfo.flagElastic);
+
+  ctfinfo.flagWithInElasticTable = 0;
+  DEBUGPRINT1("flagWithInElasticEnvTable:%ld\n",ctfinfo.flagWithInElasticTable);
+  ctfinfo.flagInElastic = 0;
+  DEBUGPRINT1("flagInElastic:%ld\n",ctfinfo.flagInElastic);
+  ctfinfo.flagWithInElastic = 0;
+  DEBUGPRINT1("flagWithInElastic:%ld\n",ctfinfo.flagWithInElastic);
+
+  ctfinfo.flagVibration = 0;
+  DEBUGPRINT1("flagVibration:%ld\n",ctfinfo.flagVibration);
+  ctfinfo.VibrationMode = 0;
+  DEBUGPRINT1("VibrationMode:%ld\n",ctfinfo.VibrationMode);
+  ctfinfo.Magnification = 0;
+  DEBUGPRINT1("Magnification:%f\n",ctfinfo.Magnification);
+  ctfinfo.flagMagnification = 0;
+  DEBUGPRINT1("flagMagnification:%ld\n",ctfinfo.flagMagnification);
+
+
   DEBUGPRINT1("flagIn4:%ld\n",info.flagIn4);
 
   Rmax = ctf.rmax;
   Rmin = ctf.rmin;
   Rintermediate = info.rintermediate;
+  Rfirstpeak = info.rfirstpeak;
 
-  /*global carse search*/
+  /*global carse search B*/
   DEBUGPRINT("carse search start\n");
   ctf.rmax = Rmax;
   ctf.rmin = Rintermediate;
@@ -96,17 +128,11 @@ main(int argc, char* argv[])
   DEBUGPRINT("carse search finish\n");
   ctfforbayescheckIntensityOfMaxPosterior(ctf,out.posterior,out.numDistribution,&ctfinfo,intensity.MTFmode,intensity.Ainmode,1,1);
 
-  /*MTF,B serch start\n*/
+  /*MTF serch start\n*/
   DEBUGPRINT("MTF,B search start\n");
   ctf.rmax = Rmax;
   ctf.rmin = Rintermediate;
   DEBUGPRINT2("set R range:%f~%f\n",ctf.rmin,ctf.rmax);
-
-  DEBUGPRINT("set maxposteriorflag of df, A, k\n");
-  //  eosBayesMaxposteriorflagSet(&out,0);
-  //  eosBayesMaxposteriorflagSet(&out,1);
-  // eosBayesMaxposteriorflagSet(&out,3);
-
   DEBUGPRINT("----maxflagcheck----\n");
   #ifdef DEBUG
   for(i=0;i<out.numDistribution;i++){
@@ -125,8 +151,8 @@ main(int argc, char* argv[])
   eosBayesProbabilityReset(info.fptIn,&out,10,0);
 
   DEBUGPRINT("set rangechangeflag of B\n");
-  out.posterior[2].rangechangeflag = 1;
-  eosBayesProbabilityRangeChange(&out,100,0.95,0);
+  eosBayesRangeChangeflagSet(&out,2,0.95,100);
+  eosBayesProbabilityRangeChange(&out,0);
 
   DistributionChangeCheck(&out, 1, 0);
 
@@ -144,7 +170,7 @@ main(int argc, char* argv[])
 
 
   /*df,A B serch*/
-  DEBUGPRINT("df, A, k search start\n");
+  DEBUGPRINT("df, A, B search start\n");
   ctf.rmax = Rintermediate;
   ctf.rmin = Rmin;
   DEBUGPRINT2("set R range:%f~%f\n",ctf.rmin,ctf.rmax);
@@ -154,15 +180,18 @@ main(int argc, char* argv[])
 
   DEBUGPRINT("set canstantflag of Ain");
   out.posterior[3].constantflag = 1;
-  out.posterior[5].constantflag = 0;
+  out.posterior[5].constantflag = 1;
 
   DEBUGPRINT("set resetflag of df,k\n");
   out.prior[0].resetflag = 1;
   out.prior[1].resetflag = 1;
-  out.prior[2].resetflag = 1;
-  out.prior[5].resetflag = 1;
   eosBayesProbabilityReset(info.fptIn,&out,1,0);
 
+  DEBUGPRINT("set rangechangeflag of B\n");
+  eosBayesRangeChangeflagSet(&out,2,0.95,20);
+  eosBayesProbabilityRangeChange(&out,0);
+
+
   DistributionChangeCheck(&out, 4, 0);
   DEBUGPRINT("----maxflagcheck----\n");
   #ifdef DEBUG
@@ -172,13 +201,12 @@ main(int argc, char* argv[])
   #endif
 
   DefocusEstimationLoop(info,&out,&ctfinfo,&ctf,&intensity,&likelihood,4,1);
-  DEBUGPRINT("A,df,k search finish\n");
+  DEBUGPRINT("A,B,df search finish\n");
   ctfforbayescheckIntensityOfMaxPosterior(ctf,out.posterior,out.numDistribution,&ctfinfo,intensity.MTFmode,intensity.Ainmode,1,1);
 
 
-  /*df,A serch*/
-  /*
-  DEBUGPRINT("df, A, k search start\n");
+  /*df,A, B 2 serch*/
+  DEBUGPRINT("df, A, B search 2 start\n");
   ctf.rmax = Rintermediate;
   ctf.rmin = Rmin;
   DEBUGPRINT2("set R range:%f~%f\n",ctf.rmin,ctf.rmax);
@@ -187,8 +215,8 @@ main(int argc, char* argv[])
   eosBayesMaxposteriorflagSet(&out,4);
 
   DEBUGPRINT("set canstantflag of Ain");
-  out.posterior[5].constantflag = 1;
   out.posterior[3].constantflag = 1;
+  out.posterior[5].constantflag = 1;
 
   DEBUGPRINT("set resetflag of df,k\n");
   out.prior[0].resetflag = 1;
@@ -196,15 +224,17 @@ main(int argc, char* argv[])
 
 
   DEBUGPRINT("set rangechangeflag of A\n");
-  out.posterior[1].rangechangeflag = 1;
-  out.posterior[2].rangechangeflag = 1;
-  eosBayesProbabilityRangeChange(&out,20,0.95,0);
+  eosBayesRangeChangeflagSet(&out,1,0.95,20);
+  eosBayesRangeChangeflagSet(&out,2,0.95,20);
+  eosBayesProbabilityRangeChange(&out,0);
 
   DistributionChangeCheck(&out, 5, 0);
   DEBUGPRINT("----maxflagcheck----\n");
   #ifdef DEBUG
   for(i=0;i<out.numDistribution;i++){
        printf("dist%d:%d\n",i,(out.posterior[i].maxposteriorflag));
+       printf("rangechange%d:%d\n",i,(out.posterior[i].rangechangeflag));
+
   }
   #endif
 
@@ -212,17 +242,20 @@ main(int argc, char* argv[])
   DEBUGPRINT("A,df,k search finish\n");
   ctfforbayescheckIntensityOfMaxPosterior(ctf,out.posterior,out.numDistribution,&ctfinfo,intensity.MTFmode,intensity.Ainmode,1,1);
 
+
+  /*Defocus ref*/
   DEBUGPRINT("defocus refinement start\n");
-  ctf.rmax = Rintermediate;
-  ctf.rmin = Rmin;
+  ctf.rmax = Rmax;
+  ctf.rmin = Rfirstpeak;
   DEBUGPRINT2("set R range:%f~%f\n",ctf.rmin,ctf.rmax);
 
   DEBUGPRINT("set maxposteriorflag of defocus,A,B,MTF\n");
   out.posterior[0].maxposteriorflag = 0;
   out.posterior[1].maxposteriorflag = 0;
   out.posterior[3].maxposteriorflag = 0;
+  out.posterior[4].maxposteriorflag = 0;
   out.posterior[5].maxposteriorflag = 0;
-  eosBayesMaxposteriorflagSet(&out,4);
+  // eosBayesMaxposteriorflagSet(&out,4);
 
   DEBUGPRINT("set canstantflag of Ain");
   out.posterior[3].constantflag = 0;
@@ -234,11 +267,11 @@ main(int argc, char* argv[])
   eosBayesProbabilityReset(info.fptIn,&out,1,0);
 
   DEBUGPRINT("set rangechangeflag of A\n");
-  out.posterior[0].rangechangeflag = 1;
-  out.posterior[1].rangechangeflag = 1;
-  out.posterior[2].rangechangeflag = 1;
-  eosBayesProbabilityRangeChange(&out,20,0.95,0);
-
+  eosBayesRangeChangeflagSet(&out,0,0.70,10);
+  eosBayesRangeChangeflagSet(&out,1,0.95,20);
+  eosBayesRangeChangeflagSet(&out,2,0.95,20);
+  eosBayesRangeChangeflagSet(&out,4,0.40,5);
+  eosBayesProbabilityRangeChange(&out,0);
 
   DistributionChangeCheck(&out, 6, 0);
   defocusLikelihoodInit(&likelihood,&out,1);
@@ -246,41 +279,7 @@ main(int argc, char* argv[])
   DefocusEstimationLoop(info,&out,&ctfinfo,&ctf,&intensity,&likelihood,6,1);
   DEBUGPRINT("defocus refinement finish\n");
   ctfforbayescheckIntensityOfMaxPosterior(ctf,out.posterior,out.numDistribution,&ctfinfo,intensity.MTFmode,intensity.Ainmode,1,1);
-  */
-  /*defocus refinement*/
-/*
-  DEBUGPRINT("defocus refinement start\n");
-  ctf.rmax = Rintermediate;
-  ctf.rmin = Rmin;
-  DEBUGPRINT2("set R range:%f~%f\n",ctf.rmin,ctf.rmax);
-
-  DEBUGPRINT("set maxposteriorflag of defocus,A,B,MTF\n");
-  out.posterior[0].maxposteriorflag = 0;
-  out.posterior[1].maxposteriorflag = 0;
-  out.posterior[3].maxposteriorflag = 0;
-  out.posterior[5].maxposteriorflag = 0;
-  eosBayesMaxposteriorflagSet(&out,4);
 
-  DEBUGPRINT("set canstantflag of Ain");
-  out.posterior[3].constantflag = 0;
-  out.posterior[5].constantflag = 0;
-
-  DEBUGPRINT("set refmode\n");
-  out.posterior[0].refmode = 1;
-  out.posterior[1].refmode = 1;
-  out.posterior[2].refmode = 1;
-  out.posterior[3].refmode = 0;
-  out.posterior[4].refmode = 0;
-  out.posterior[5].refmode = 0;
-
-  eosBayesRefinementCondition(info.fptIn,&out,&llinfo,5,0);  
-  DistributionChangeCheck(&out, 6, 0);
-  defocusLikelihoodInit(&likelihood,&out,1);
-
-  DefocusEstimationLoop(info,&out,&ctfinfo,&ctf,&intensity,&likelihood,6,1);
-  DEBUGPRINT("defocus refinement finish\n");
-  ctfforbayescheckIntensityOfMaxPosterior(ctf,out.posterior,out.numDistribution,&ctfinfo,intensity.MTFmode,intensity.Ainmode,1,1);
-*/
   eosBayesPosteriorWrite(&out,0);
   
   ctfforbayesFree(&ctf,&intensity,&likelihood,out.numLikelihood);