mrcImageClusterAnalysis

Usage

Usage: mrcImageClusterAnalysis
Options:
    [-I[nput array of file]In                  (NULL      )] :Essential :InputDataFiles
    [-o[utput]           Out                 (stdout    )] :Optional  :OutputDataFile
    [-O[utput]           ] :Optional  :Output: averaged images: filename is xxxx.avg: xxxx is input filename.
    [-N[umberOfClusters] N                   (1         )] :Optional  :Number of clusters
    [-Min[imumCorrelation]Min                 (0.0       )] :Optional  :Minimum: Correlation: Conditions for ending
    [-Iter[ation]        ] :Optional  :IterationFlag
    [-A[uto]R[otation]   AutoRotation        (72        )] :Optional  :AutoRotation: rotation divided by this value
    [-A[utoRot]Range     ARMin               (0         )ARMax               (360       )] :Optional  :AutoRotationRange
    [-A[uto]R[otation]iter[ation]AutoRotationIteration(2         )] :Optional  :AutoRotationIteration
    [-A[uto]R[otation]MethodAutoRotationMethod  (0         )] :Optional  :Method for Correlation for Auto Rotation
    [-M[odeForCorrelation]correlationMode     (19        )] :Optional  :Correlation Mode for AutoRotation
    [-pvm                ] :Optional  :Parallel Analysis by PVM
    [-pvmList            pvmList             (NULL      )] :Optional  :pvmList: Input
    [-Log                Log                 (stdout    )] :Optional  :Log: Output
    [-Log2               Log2                (NULL      )] :Optional  :Log2: Output: ClusterNode Only
    [-LogIn              LogIn               (NULL      )] :Optional  :previousLog: Input
    [-prevF[ileNum]      prevFileNum         (0         )] :Optional  :previousLogFileNum: Input
    [-c[onfig]           configFile          (NULL      )] :Optional  :ConfigurationFile
    [-m[ode]             mode                (2         )] :Optional  :Mode
----- Additional Usage -----
Distance between clusters: mode
	mode 0: By Correlation
	mode 1: By Euclid Distance
	mode 2: By Ward Method (default) : Euclid Length (no rotation) or its square (rotation)
	mode 3: By Ward Method using Linear Correlation : (1 - Correlation)/(1 + Correlation)
	mode 4: By Linear Correlation :                   (1 - Correlation)/(1 + Correlation)