OSDN Git Service

Add: TIPS Data for Mask and MaskBack of mrcImageFourierNeighborCorrelation
[eos/tutorial.git] / TIPS / BinShape / Makefile.config
1 #
2 #       This is Sub Makefile for Create Bin Image that has same shape as Input.
3 #
4
5 #### Input extention ####
6 # Defined at Main
7
8 #### Suffixes rule ####
9 .SUFFIXES: .$(IN_SBIN) .$(SBIN)
10
11 #### INCLUDE ####
12
13 #### Definition ####
14 # Defined at Main
15
16
17 #### Rules of the list created ####
18
19
20 ##### Commands #####
21 ShapeBinImage::
22         make $(SBIN_FILE_NAME).$(SBIN);
23
24
25 ##### Commands(Input to Output) #####
26 .$(IN_SBIN).$(SBIN):
27         mrcImageLowPassFilter -i $*.$(IN_SBIN) -o $*.$(SBIN)tmp -m $(SBIN_F_MODE) -hvp $(SBIN_VALUE);
28         mrcImageBinalization -i $*.$(SBIN)tmp -o $*.$(SBIN) -m 32;