OSDN Git Service

Modify: for setting to SN ratio about input of FNC.
[eos/tutorial.git] / Small Tools / mrcImage / mrcImageFourierNeighborCorrelation / Makefile / Makefile
index e5af7c9..c02950d 100644 (file)
@@ -29,8 +29,12 @@ FNC=txt
 # Path of Input File
 INPUT_PATH=${EOS_HOME}/tutorial/SampleData/1VOM-N.mrc
 
+### SN or NS for Input file
+INI_SN=1
+INI_NS=
+
 ### FileData
-FILE_NAME=Input
+FILE_NAME=Input$(INI_SN)$(INI_NS)
 
 ### ForMask
 MASK_F_MODE=4
@@ -54,6 +58,7 @@ E_DATA=2
 # Defined at Sub basically
 Initial::
        make InitialData;
+       make InitialDataNoiseAdd;
        make InputInfo;
        make MaskBackImage;
        make InputBackImage;