Difference between revisions of "mrcImageConvolution"
(Created page with "'''mrcImageConvolution''' is Eos's Command that convolutes 2 mrcImages to 1 mrcImage. Array file can be used as kernel file by option -ika. == List of option...") |
(→Example2) |
||
(One intermediate revision by the same user not shown) | |||
Line 158: | Line 158: | ||
=== Option -ikm=== | === Option -ikm=== | ||
+ | ==== Example1 ==== | ||
<div>-ikm 's image</div> | <div>-ikm 's image</div> | ||
<table> | <table> | ||
Line 176: | Line 177: | ||
</tr> | </tr> | ||
</table> | </table> | ||
− | + | <br> | |
<div>-o 's image</div> | <div>-o 's image</div> | ||
Line 196: | Line 197: | ||
</tr> | </tr> | ||
</table> | </table> | ||
+ | <br> | ||
+ | |||
+ | ==== Example2 ==== | ||
+ | [[:Media:Input-B120.mrc|-i Input file]]'s image<br> | ||
+ | <table> | ||
+ | <tr> | ||
+ | <td>[[File:Input-B120.png]]</td> | ||
+ | <td><p align="left">Min<br> | ||
+ | Max<br> | ||
+ | Mean<br> | ||
+ | SD<br> | ||
+ | SE<br></p> | ||
+ | </td> | ||
+ | <td><p align="left">0 (0, 0, 0)<br> | ||
+ | 255 (49, 32, 0)<br> | ||
+ | 21.0538<br> | ||
+ | 47.6709<br> | ||
+ | 0.595886<br></p> | ||
+ | </td> | ||
+ | </tr> | ||
+ | </table> | ||
+ | <br> | ||
+ | |||
+ | [[:Media:Input-GridImage.mrc|-ikm file]]'s image<br> | ||
+ | <table> | ||
+ | <tr> | ||
+ | <td>[[File:Input-GridImage.png]]</td> | ||
+ | <td><p align="left">Min<br> | ||
+ | Max<br> | ||
+ | Mean<br> | ||
+ | SD<br> | ||
+ | SE<br></p> | ||
+ | </td> | ||
+ | <td><p align="left">0 (0, 0, 0)<br> | ||
+ | 1 (16, 16, 0)<br> | ||
+ | 0.000976562<br> | ||
+ | 0.0312347<br> | ||
+ | 0.000122011<br></p> | ||
+ | </td> | ||
+ | </tr> | ||
+ | </table> | ||
+ | <br> | ||
+ | |||
+ | Output file's image<br> | ||
+ | <table> | ||
+ | <tr> | ||
+ | <td>[[File:Outdata-ikm-mrcImageConvolution.png]]</td> | ||
+ | <td><p align="left">Min<br> | ||
+ | Max<br> | ||
+ | Mean<br> | ||
+ | SD<br> | ||
+ | SE<br></p> | ||
+ | </td> | ||
+ | <td><p align="left">0 (0, 0, 0)<br> | ||
+ | 310 (33, 20, 0)<br> | ||
+ | 128.29<br> | ||
+ | 58.4092<br> | ||
+ | 0.228161<br></p> | ||
+ | </td> | ||
+ | </tr> | ||
+ | </table> | ||
+ | <br> |
Latest revision as of 06:50, 17 September 2014
mrcImageConvolution is Eos's Command that convolutes 2 mrcImages to 1 mrcImage. Array file can be used as kernel file by option -ika.
Contents
List of option
Main option
Option | Essential/Optional | Description | Default |
---|---|---|---|
-i | Essential | Input: mrcImage | NULL |
-ika | Optional | Input: Array(Kernel): ASCII | NULL |
-ikm | Optional | Input: mrcImage(Kernel) | NULL |
-o | Essential | Output: mrcImage | NULL |
-c | Optional | ConfigurationFile | NULL |
-m | Optional | Mode | 0 |
-h | Optional | Help |
-m details
Value | Description |
---|---|
0 |
-ika format
ndim N0 N1 N2 ... data(0, 0, 0,..., 0) data(1, 0, 0,..., 0) data(2, 0, 0,..., 0) ... data(N0-1, 0, 0,..., 0) data(0, 1, 0,..., 0) data(1, 1, 0,..., 0) data(2, 1, 0,..., 0) ... data(N0-1, 1, 0,..., 0) .............................................................. data(0,N1-1, 0,..., 0) data(1,N1-1, 0,..., 0) data(2,N1-1, 0,..., 0) ... data(N0-1,N1-1, 0,..., 0) data(0, 0, 1,..., 0) data(1, 0, 1,..., 0) data(2, 0, 1,..., 0) ... data(N0-1, 0, 1,..., 0) .............................................................. data(0,N1-1,N2-1,...,Nndim-1-1) data(1,N1-1,N2-1,...,Nndim-1-1) data(2,N1-1,N2-1,...,Nndim-1-1) ... data(N0-1,N1-1,N2-1,...,Nndim-1-1)
Execution example
Input file's image
-i image
![]() |
Min Max |
0 (0, 0, 0) 255 (30, 26, 0) |
Option -ika
3 64 64 1 -0 -0 -0 -0 ... -0 -0 -0.0024076367 -0.0048094731 ... -0.0024076367 . . . -0 -0.0024076367 -0.0048094731 ... -0.0024076367
|
Min Max |
-1 (32, 32, 0) -0 (0, 0, 0) |
![]() |
Min Max |
0 (0, 0, 0) 255 (25, 13, 0) |
Option -ikm
Example1
![]() |
Min Max |
0 (0, 0, 0) 255 (27, 32, 0) |
![]() |
Min Max |
0 (0, 0, 0) 255 (25, 4, 0) |
Example2
-i Input file's image
![]() |
Min Max |
0 (0, 0, 0) 255 (49, 32, 0) |
-ikm file's image
![]() |
Min Max |
0 (0, 0, 0) 1 (16, 16, 0) |
Output file's image
![]() |
Min Max |
0 (0, 0, 0) 310 (33, 20, 0) |