Difference between revisions of "mrcImageSmoothing"
From EosPedia
(→-m details) |
|||
| (2 intermediate revisions by the same user not shown) | |||
| Line 122: | Line 122: | ||
<tr> | <tr> | ||
<td>0</td> | <td>0</td> | ||
| − | <td> | + | <td>Kernel is cube. : required argumnent: -sx, -sy, [-sz]</td> |
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>1</td> | <td>1</td> | ||
| − | <td> | + | <td>Kernel is sphere.(Only mode 1 supported) : required argumnent: -r </td> |
</tr> | </tr> | ||
| − | </table> | + | </table> |
| + | |||
== Execution example == | == Execution example == | ||
| − | -h | + | Example of Option -h |
$ mrcImageSmoothing -h | $ mrcImageSmoothing -h | ||
| Line 156: | Line 157: | ||
| − | === | + | ===Input file's image=== |
<table> | <table> | ||
<tr> | <tr> | ||
| Line 174: | Line 175: | ||
</tr> | </tr> | ||
</table> | </table> | ||
| − | + | <br> | |
| − | ===-- | + | |
| + | ===Option -m, -M=== | ||
| + | ====Case: m=1==== | ||
<table> | <table> | ||
| − | |||
<tr> | <tr> | ||
<td>[[File:Smo.m1.center-mrcImageSmoothing.png]]</td> | <td>[[File:Smo.m1.center-mrcImageSmoothing.png]]</td> | ||
| Line 192: | Line 194: | ||
0.178854<br></p> | 0.178854<br></p> | ||
</td> | </td> | ||
| − | <td> | + | <td>Case: M=0<br> |
| − | -sx=9,-sy= | + | with -sx=9,-sy=9<br> |
------></td> | ------></td> | ||
<td>[[File:Smo.m1M0x9y9.center-mrcImageSmoothing.png]]</td> | <td>[[File:Smo.m1M0x9y9.center-mrcImageSmoothing.png]]</td> | ||
| Line 213: | Line 215: | ||
<td></td> | <td></td> | ||
<td></td> | <td></td> | ||
| − | <td> | + | <td>Case: M=1<br> |
| − | -r= | + | with -r=5<br> |
------></td> | ------></td> | ||
<td>[[File:Smo.m1M1r5.center-mrcImageSmoothing.png]]</td> | <td>[[File:Smo.m1M1r5.center-mrcImageSmoothing.png]]</td> | ||
| Line 230: | Line 232: | ||
</td> | </td> | ||
</tr> | </tr> | ||
| − | + | </table> | |
| − | + | <br> | |
| + | |||
| + | ====Case: m=2==== | ||
| + | <table> | ||
<tr> | <tr> | ||
<td>[[File:Smo.m2.center-mrcImageSmoothing.png]]</td> | <td>[[File:Smo.m2.center-mrcImageSmoothing.png]]</td> | ||
| Line 246: | Line 251: | ||
0.17257<br></p> | 0.17257<br></p> | ||
</td> | </td> | ||
| − | <td> | + | <td>Case: M=0<br> |
| − | -sx=9,-sy= | + | with -sx=9,-sy=9<br> |
------></td> | ------></td> | ||
<td>[[File:Smo.m2M0x9y9.center-mrcImageSmoothing.png]]</td> | <td>[[File:Smo.m2M0x9y9.center-mrcImageSmoothing.png]]</td> | ||
| Line 263: | Line 268: | ||
</td> | </td> | ||
</tr> | </tr> | ||
| + | </table> | ||
| + | <br> | ||
| − | + | ====Case: m=3==== | |
| + | <table> | ||
<tr> | <tr> | ||
<td>[[File:Smo.m3.center-mrcImageSmoothing.png]]</td> | <td>[[File:Smo.m3.center-mrcImageSmoothing.png]]</td> | ||
| Line 279: | Line 287: | ||
0.21879<br></p> | 0.21879<br></p> | ||
</td> | </td> | ||
| − | <td> | + | <td>Case: M=0<br> |
| − | -sx=9,-sy= | + | with -sx=9,-sy=9<br> |
------></td> | ------></td> | ||
<td>[[File:Smo.m3M0x9y9.center-mrcImageSmoothing.png]]</td> | <td>[[File:Smo.m3M0x9y9.center-mrcImageSmoothing.png]]</td> | ||
| Line 297: | Line 305: | ||
</tr> | </tr> | ||
</table> | </table> | ||
| + | <br> | ||
Latest revision as of 06:08, 4 March 2015
mrcImageSmoothing is Eos's Command that performs Nonlinear smoothing mrcImage.
Contents
List of option
Main option
| Option | Essential/Optional | Description | Default |
|---|---|---|---|
| -i | Essential | Input名: mrcImage | NULL |
| -o | Optional | Output名: mrcImage | stdout(Standard output by default) |
| -sx | Optional | x of Kernel Size | 3 |
| -sy | Optional | y of Kernel Size | 3 |
| -sz | Optional | z of Kernel Size | 3 |
| -r | Optional | Radius of Kernel Size | 1 |
| -sigma | Optional | Sigma (For m=4) | 2.0 |
| -times | Optional | Repeat time | 1 |
| -c | Optional | ConfigurationFile | NULL |
| -m | Optional | Mode | 0 |
| -M | Optional | Mode2 | 0 |
| -h | Optional | Help |
-m details
| Value | Description |
|---|---|
| 1 | Median filter |
| 2 | Mean filter |
| 3 | Surface Fit filter |
| 4 | Lee-Sigma filter |
m=0, at the default setting. Therefore, It is error if -m isn't set.
-M details
| Value | Description |
|---|---|
| 0 | Kernel is cube. : required argumnent: -sx, -sy, [-sz] |
| 1 | Kernel is sphere.(Only mode 1 supported) : required argumnent: -r |
Execution example
Example of Option -h
$ mrcImageSmoothing -h
Usage: /home/people/tacyas/Eos/bin/X86LINUX64/mrcImageSmoothing
Options:
[-i[nput] In (NULL )] :Essential :InputDataFile
[-o[utput] Out (NULL )] :Essential :OutputDataFile
[-sx sx (3 )] :Optional :x of Kernel Size
[-sy sy (3 )] :Optional :y of Kernel Size
[-sz sz (3 )] :Optional :z of Kernel Size
[-r r (1 )] :Optional :Radius of Kernel Size
[-sigma sigma (2.0 )] :Optional :Sigma for Lee-Sigma
[-m[ode] mode (0 )] :Optional :Mode
[-M[ode2] mode2 (0 )] :Optional :Mode
[-c[onfig] configFile (NULL )] :Optional :ConfigurationFile
>>> Mode <<<<
1: Median filter
2: Mean filter
3: Surface Fit filter
4: Lee-Sigma filter
>>> Mode2 <<<<
0: Kernel is cube. : required argumnent: -sx, -sy, [-sz]
1: Kernel is sphere.(Only mode 1 supported) : required argumnent: -r
Input file's image
![]() |
Min Max |
-65.0178 94.4699 |
Option -m, -M
Case: m=1
Case: m=2
![]() |
Min Max |
-41.8721 67.5276 |
Case: M=0 with -sx=9,-sy=9 |
![]() |
Min Max |
-54.6403 54.0644 |
Case: m=3
![]() |
Min Max |
-41.8721 83.4967 |
Case: M=0 with -sx=9,-sy=9 |
![]() |
Min Max |
-54.6403 56.99 |







