Difference between revisions of "mrcImageMaskingByImage"
From EosPedia
(Created page with "'''mrcImageConvolution''' is Eos's Command that performs masking with convolution of 2 mrcImages. == List of option == === Main option === <table border="1">...") |
(→Case: -v=1) |
||
Line 157: | Line 157: | ||
</tr> | </tr> | ||
</table> | </table> | ||
− | <div> | + | <div>*It is not mask, because max value of the mask file is 1.</div> |
− | + | ||
====Case: m=1==== | ====Case: m=1==== | ||
=====Case: -v=0===== | =====Case: -v=0===== |
Revision as of 00:30, 28 July 2014
mrcImageConvolution is Eos's Command that performs masking with convolution of 2 mrcImages.
Contents
List of option
Main option
Option | Essential/Optional | Description | Default |
---|---|---|---|
-i | Essential | Input: mrcImage | NULL |
-M | Optional | Input: mrcImage(Mask file) | NULL |
-o | Essential | Output: mrcImage | NULL |
-v | Optional | ValueForCut: Real | 0 |
-m | Optional | Mode | 0 |
-I | Optional | Input: Array | stdin |
-h | Optional | Help |
-m details
Value | Description |
---|---|
0 | cut off values larger that CutValue. |
1 | cut off values smaller that CutValue. |
2 | multiplying mask image: equal to mrcImageMultiplyingbyFile |
+16 | Subtract the average of ROI from the density (with Floating) |
Execution example
------Input file's image------
![]() |
Min Max |
-65.0178 94.4699 |
------Mask file's image------
![]() |
Min Max |
0 1 |
------Option -m------
Case: m=0
Case: -v=0
![]() |
Min Max |
-65.0178 55.7056 |
Case: -v=1
![]() |
Min Max |
-65.0178 94.4699 |
*It is not mask, because max value of the mask file is 1.
Case: m=1
Case: -v=0
![]() |
Min Max |
-65.0178 94.4699 |
※マスクファイルの画像の最小値が0なので、マスク処理が行われない
Case: -v=1
![]() |
Min Max |
-45.4312 94.4699 |
Case: m=2
Case: -v=0
![]() |
Min Max |
-45.4312 94.4699 |