OSDN Git Service

Please enter the commit message for your changes. Lines starting
[eos/base.git] / src / Tools / mrcImage / mrcImageCTFCompensation / src / mrcImageCTFCompensation.c
index 70f45b2..19c6d1b 100755 (executable)
@@ -100,6 +100,9 @@ main(int argc, char* argv[])
                DEBUGPRINT3("Astigmatism %15.6f %15.6f %15.6f \n", CTFInfo.defocus2D[0], CTFInfo.defocus2D[1], CTFInfo.defocus0axis*DEGREE);
        } 
 
+    if(info.flagWhiteNoiseRaising) {
+        CTFInfo.WhiteNoiseRaising = info.WhiteNoiseRaising;
+    }
        mrcFileRead(&src, info.In, "in main", 0);
        if(IsImage(&src, "in main", 0)) {
                lmrcImageFFT(&fft, &src, 0);