mrcImageNoiseReductionByRelaxation
From EosPedia
								
												
				mrcImageNoiseReductionByRelaxation is Eos's Command that performs smoothing mrcImage by Relaxation.
Contents
Algorithm
Relaxation
List of option
Main option
| Option | Essential/Optional | Description | Default | 
|---|---|---|---|
| -i | Essential | Input: mrcImage | NULL | 
| -o | Optional | Output: mrcImage | stdout(Standard output by default) | 
| -n | Optional | Number of Density Level | 8 | 
| -max | Optional | Maximum of Density Level | 0 | 
| -min | Optional | Minimum of Density Level | 0 | 
| -t | Optional | Times of NoiseReduction | 1 | 
| -m1 | Optional | Dij Modeof Personal Style | 1 | 
| -m2 | Optional | Dij Modeof Figure Style | 1 | 
| -m3 | Optional | Dij Mode of Dimension Style | 1 | 
| -om | Optional | Optional Mode | 0 | 
| -c | Optional | ConfigurationFile | NULL | 
| -m | Optional | Mode | 0 | 
| -h | Optional | Help | 
-m details
| Value | Description | 
|---|---|
| 0 | 
Execution example
Input file(2D) image
|  | Min 				Max | -18651.7 (10, 1, 0) 				52942.7 (24, 39, 0) | 
Example of options only essential
|  | Min 				Max | -9702.39 (0, 0, 0) 				52942.7 (24, 39, 0) | 
Option -n
Case: n=4
|  | Min 				Max | -753.085 (0, 0, 0) 				52942.7 (28, 22, 0) | 
Option -min, -max
Case: min=0, max=40000
|  | Min 				Max | 5000 (0, 0, 0) 				40000 (28, 21, 0) | 
