mrcImageMaskingByImage
From EosPedia
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 |
*It is not mask, because min value of the mask file is 0.
Case: -v=1
![]() |
Min Max |
-45.4312 94.4699 |
Case: m=2
Case: -v=0
![]() |
Min Max |
-45.4312 94.4699 |