OSDN Git Service

modified ctfDeterminationByBayes
[eos/base.git] / src / Objects / DataManip / ctfInfo / src / ctfInfoRead.c
index 757f4a7..e4b1085 100644 (file)
@@ -137,6 +137,18 @@ ctfInfoRead(FILE* fpt, ctfInfo* ctf, char* head, int mode)
                                        ctf->MolecEnv = stringGetNthRealData(s, 2, ": ,\t");
                                        SBREAK;
                                }
+                               SCASE("NyquistFrequency") {
+                                       ctf->NyquistFrequency= stringGetNthRealData(s, 2, ": ,\t");
+                                       SBREAK;
+                               }
+                               SCASE("flagAliasing") {
+                                       ctf->flagAliasing = stringGetNthIntegerData(s, 2, ": ,\t");
+                                       SBREAK;
+                               }
+                               SCASE("flagSampling") {
+                                       ctf->flagSampling = stringGetNthIntegerData(s, 2, ": ,\t");
+                                       SBREAK;
+                               }
                                SCASE("MET-File") {
                                        if(ctf->flagMolecEnvTable==1) {
                                                FILE* fpt;